Changeset 1513 for trunk/autoquest-distribution
- Timestamp:
- 04/11/14 17:04:19 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-distribution/pom.xml
r1505 r1513 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 <relativePath>../autoquest/pom.xml</relativePath> 7 </parent> 7 8 <modelVersion>4.0.0</modelVersion> 8 <groupId>de.ugoe.cs.autoquest</groupId>9 9 <artifactId>autoquest-distribution</artifactId> 10 <version>0.0.1-SNAPSHOT</version>11 10 <packaging>pom</packaging> 12 11 <name>autoquest-distribution</name>
Note: See TracChangeset
for help on using the changeset viewer.