source: trunk/autoquest-core-tasktrees/pom.xml @ 923

Last change on this file since 923 was 920, checked in by pharms, 12 years ago
  • rename to autoquest
File size: 792 bytes
RevLine 
[439]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">
[757]2  <parent>
[920]3    <groupId>de.ugoe.cs.autoquest</groupId>
4    <artifactId>autoquest</artifactId>
[757]5    <version>0.0.1-SNAPSHOT</version>
6  </parent>
[439]7  <modelVersion>4.0.0</modelVersion>
[920]8  <artifactId>autoquest-core-tasktrees</artifactId>
9  <name>autoquest-core-tasktrees</name>
[439]10  <scm>
[920]11    <url>${autoquest-scm-trunk-dir}/autoquest-core-tasktrees</url>
[439]12  </scm>
13  <dependencies>
14    <dependency>
[920]15      <groupId>de.ugoe.cs.autoquest</groupId>
16      <artifactId>autoquest-core-events</artifactId>
[794]17      <version>${project.parent.version}</version>
[439]18    </dependency>
19  </dependencies>
20</project>
Note: See TracBrowser for help on using the repository browser.