2005-09-15 22:50:12 -04:00
|
|
|
<project>
|
2004-09-17 21:59:21 -04:00
|
|
|
<parent>
|
2005-04-05 12:30:55 -04:00
|
|
|
<artifactId>maven</artifactId>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-09-26 11:30:36 -04:00
|
|
|
<version>2.0-beta-3-SNAPSHOT</version>
|
2004-09-17 21:59:21 -04:00
|
|
|
</parent>
|
2005-03-09 20:35:25 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-09-15 22:50:12 -04:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-08-09 14:37:31 -04:00
|
|
|
<artifactId>maven-artifact</artifactId>
|
2005-04-08 03:50:53 -04:00
|
|
|
<name>Maven Artifact</name>
|
2005-09-26 11:30:36 -04:00
|
|
|
<version>2.0-beta-3-SNAPSHOT</version>
|
2004-08-09 14:37:31 -04:00
|
|
|
<dependencies>
|
2005-06-21 12:12:44 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-06-21 12:12:44 -04:00
|
|
|
</dependency>
|
2004-08-09 14:37:31 -04:00
|
|
|
<dependency>
|
2005-04-05 00:11:03 -04:00
|
|
|
<groupId>plexus</groupId>
|
2005-09-15 22:50:12 -04:00
|
|
|
<artifactId>plexus-container-default</artifactId>
|
|
|
|
<scope>test</scope>
|
2004-08-09 14:37:31 -04:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-09-15 22:50:12 -04:00
|
|
|
</project>
|