Changeset 1539 for trunk/autoquest-httpmonitor/pom.xml
- Timestamp:
- 04/15/14 15:27:19 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-httpmonitor/pom.xml
r1538 r1539 1 <project 2 xmlns="http://maven.apache.org/POM/4.0.0" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 5 > 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 6 2 <modelVersion>4.0.0</modelVersion> 7 3 <groupId>de.ugoe.cs.autoquest</groupId> 8 4 <artifactId>autoquest-httpmonitor</artifactId> 9 <version>0. 0.1-SNAPSHOT</version>5 <version>0.1.0</version> 10 6 <name>autoquest-httpmonitor</name> 11 7 <licenses> … … 17 13 <packaging>jar</packaging> 18 14 <scm> 19 <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/t runk/${project.artifactId}</url>20 <connection>scm:svn:https://autoquest.informatik.uni-goettingen.de/svn/autoquest/t runk/${project.artifactId}</connection>15 <url>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/tags/autoquest-release-0.1.0/${project.artifactId}</url> 16 <connection>scm:svn:https://autoquest.informatik.uni-goettingen.de/svn/autoquest/tags/autoquest-release-0.1.0/${project.artifactId}</connection> 21 17 </scm> 22 18 <distributionManagement> … … 34 30 <groupId>de.ugoe.cs</groupId> 35 31 <artifactId>java-utils</artifactId> 36 <version>0. 0.1-SNAPSHOT</version>32 <version>0.1.0</version> 37 33 </dependency> 38 34 <dependency> 39 35 <groupId>de.ugoe.cs.autoquest</groupId> 40 36 <artifactId>autoquest-plugin-http</artifactId> 41 <version>0. 0.1-SNAPSHOT</version>37 <version>0.1.0</version> 42 38 </dependency> 43 39 <dependency>
Note: See TracChangeset
for help on using the changeset viewer.