Changeset 1504
- Timestamp:
- 04/11/14 14:30:50 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-distribution/pom.xml
r1497 r1504 1 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"> 2 < parent>2 <!-- parent> 3 3 <groupId>de.ugoe.cs.autoquest</groupId> 4 4 <artifactId>autoquest</artifactId> 5 5 <version>0.0.1-SNAPSHOT</version> 6 </parent >6 </parent--> 7 7 <modelVersion>4.0.0</modelVersion> 8 <groupId>de.ugoe.cs.autoquest</groupId> 8 9 <artifactId>autoquest-distribution</artifactId> 10 <version>0.0.1-SNAPSHOT</version> 9 11 <packaging>pom</packaging> 10 12 <name>autoquest-distribution</name> 11 13 <properties> 14 <autoquest-scm-trunk-dir>https://autoquest.informatik.uni-goettingen.de/svn/autoquest/trunk</autoquest-scm-trunk-dir> 15 </properties> 12 16 <scm> 13 17 <url>${autoquest-scm-trunk-dir}/autoquest-distribution</url>
Note: See TracChangeset
for help on using the changeset viewer.