Changeset 1520 for trunk


Ignore:
Timestamp:
04/15/14 13:30:23 (10 years ago)
Author:
pharms
Message:
  • preparation for release of 0.1.0
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-distribution/pom.xml

    r1513 r1520  
    223223        </executions> 
    224224      </plugin> 
    225       <plugin> 
    226         <groupId>org.apache.maven.plugins</groupId> 
    227         <artifactId>maven-release-plugin</artifactId> 
    228         <version>2.5</version> 
    229         <configuration> 
    230           <autoVersionSubmodules>true</autoVersionSubmodules> 
    231         </configuration> 
    232       </plugin> 
    233225    </plugins> 
    234226  </build> 
  • trunk/autoquest-httpmonitor-test/.classpath

    r1390 r1520  
    99        <classpathentry including="**/*.java" kind="src" path="src/main/resources"/> 
    1010        <classpathentry kind="src" output="target/classes" path="src/main/java"> 
    11                 <attributes> 
    12                         <attribute name="optional" value="true"/> 
    13                         <attribute name="maven.pomderived" value="true"/> 
    14                 </attributes> 
    15         </classpathentry> 
    16         <classpathentry kind="src" output="target/classes" path="target/generated-sources/cxf"> 
    1711                <attributes> 
    1812                        <attribute name="optional" value="true"/> 
  • trunk/autoquest-test/pom.xml

    r1519 r1520  
    99    <version>0.0.1-SNAPSHOT</version> 
    1010    <packaging>pom</packaging> 
    11     <name>${tested-artifact-id}-test</name> 
     11    <name>autoquest-test</name> 
    1212    <licenses> 
    1313        <license> 
Note: See TracChangeset for help on using the changeset viewer.