Changeset 1472
- Timestamp:
- 04/03/14 14:29:09 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/java-utils-test/pom.xml
r1347 r1472 17 17 <scm> 18 18 <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> 19 20 </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> 20 31 <dependencies> 21 32 <dependency> 22 33 <groupId>de.ugoe.cs</groupId> 23 34 <artifactId>java-utils</artifactId> 24 <version>0. 0.1-SNAPSHOT</version>35 <version>0.1.0</version> 25 36 <scope>test</scope> 26 37 </dependency>
Note: See TracChangeset
for help on using the changeset viewer.