Changeset 1472 for trunk


Ignore:
Timestamp:
04/03/14 14:29:09 (10 years ago)
Author:
pharms
Message:
  • preparation for release of 0.1.0
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-utils-test/pom.xml

    r1347 r1472  
    1717    <scm> 
    1818        <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/java-utils-test</url> 
     19        <connection>scm:svn:https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk/java-utils-test</connection> 
    1920    </scm> 
     21    <distributionManagement> 
     22        <snapshotRepository> 
     23            <id>autoquest-snapshots</id> 
     24            <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/autoquest-snapshots</url> 
     25        </snapshotRepository> 
     26        <repository> 
     27            <id>autoquest</id> 
     28            <url>https://trex.informatik.uni-goettingen.de/nexus/content/repositories/autoquest-releases</url> 
     29        </repository> 
     30    </distributionManagement> 
    2031    <dependencies> 
    2132        <dependency> 
    2233            <groupId>de.ugoe.cs</groupId> 
    2334            <artifactId>java-utils</artifactId> 
    24             <version>0.0.1-SNAPSHOT</version> 
     35            <version>0.1.0</version> 
    2536            <scope>test</scope> 
    2637        </dependency> 
Note: See TracChangeset for help on using the changeset viewer.