Changeset 2072 for trunk/autoquest-httpmonitor-test/pom.xml
- Timestamp:
- 04/12/16 15:37:04 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-httpmonitor-test/pom.xml
r1945 r2072 3 3 <groupId>de.ugoe.cs.autoquest</groupId> 4 4 <artifactId>autoquest-test</artifactId> 5 <version>0. 1.3-SNAPSHOT</version>5 <version>0.2.0</version> 6 6 <relativePath>../autoquest-test/pom.xml</relativePath> 7 7 </parent> … … 15 15 </licenses> 16 16 <scm> 17 <url>${autoquest-scm-trunk-dir}/${project.artifactId} </url>18 <connection>scm:svn:${autoquest-scm-trunk-dir}/${project.artifactId} </connection>17 <url>${autoquest-scm-trunk-dir}/${project.artifactId}/tags/autoquest-release-0.2.0/${project.artifactId}</url> 18 <connection>scm:svn:${autoquest-scm-trunk-dir}/${project.artifactId}/tags/autoquest-release-0.2.0/${project.artifactId}</connection> 19 19 </scm> 20 20 <properties> … … 62 62 <groupId>org.apache.cxf</groupId> 63 63 <artifactId>cxf-rt-frontend-jaxws</artifactId> 64 <version>2.7.7</version> 65 <scope>test</scope> 66 </dependency> 67 <dependency> 68 <groupId>org.apache.cxf</groupId> 69 <artifactId>cxf-rt-transports-http</artifactId> 64 70 <version>2.7.7</version> 65 71 <scope>test</scope>
Note: See TracChangeset
for help on using the changeset viewer.