2005-09-15 22:50:12 -04:00
|
|
|
<project>
|
2005-02-20 11:25:22 -05:00
|
|
|
<parent>
|
|
|
|
<artifactId>maven-plugin-tools</artifactId>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-10-04 07:13:52 -04:00
|
|
|
<version>2.0-beta-4-SNAPSHOT</version>
|
2005-02-20 11:25:22 -05:00
|
|
|
</parent>
|
2005-03-09 20:35:25 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-02-20 11:25:22 -05:00
|
|
|
<artifactId>maven-plugin-tools-java</artifactId>
|
|
|
|
<name>Maven Plugin Tools for Java</name>
|
2005-10-04 07:13:52 -04:00
|
|
|
<version>2.0-beta-4-SNAPSHOT</version>
|
2005-02-20 11:25:22 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-plugin-tools-api</artifactId>
|
2005-10-04 07:13:52 -04:00
|
|
|
<version>2.0-beta-4-SNAPSHOT</version>
|
2005-02-20 11:25:22 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-04-13 01:11:49 -04:00
|
|
|
<artifactId>maven-plugin-descriptor</artifactId>
|
2005-10-04 07:13:52 -04:00
|
|
|
<version>2.0-beta-4-SNAPSHOT</version>
|
2005-02-20 11:25:22 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>qdox</groupId>
|
|
|
|
<artifactId>qdox</artifactId>
|
|
|
|
<version>1.5</version>
|
2005-02-20 11:25:22 -05:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-09-15 22:50:12 -04:00
|
|
|
</project>
|