Changeset 921 for trunk/autoquest-core-events/pom.xml
- Timestamp:
- 10/16/12 14:39:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-events/pom.xml
r794 r921 2 2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 3 3 <parent> 4 <groupId>de.ugoe.cs. quest</groupId>5 <artifactId> quest</artifactId>4 <groupId>de.ugoe.cs.autoquest</groupId> 5 <artifactId>autoquest</artifactId> 6 6 <version>0.0.1-SNAPSHOT</version> 7 7 </parent> 8 8 <modelVersion>4.0.0</modelVersion> 9 <artifactId> quest-core-events</artifactId>10 <name> quest-core-events</name>9 <artifactId>autoquest-core-events</artifactId> 10 <name>autoquest-core-events</name> 11 11 <scm> 12 <url>${ quest-scm-trunk-dir}/quest-core-events</url>12 <url>${autoquest-scm-trunk-dir}/autoquest-core-events</url> 13 13 </scm> 14 14 <dependencies> … … 19 19 </dependency> 20 20 <dependency> 21 <groupId>de.ugoe.cs. quest</groupId>22 <artifactId> quest-misc</artifactId>21 <groupId>de.ugoe.cs.autoquest</groupId> 22 <artifactId>autoquest-misc</artifactId> 23 23 <version>${project.parent.version}</version> 24 24 </dependency>
Note: See TracChangeset
for help on using the changeset viewer.