2004-03-07 20:31:17 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<project>
|
2004-04-12 10:41:05 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-component</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
2004-03-07 20:31:17 -05:00
|
|
|
<name>Maven Model</name>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<id>maven-model</id>
|
|
|
|
<artifactId>maven-model</artifactId>
|
|
|
|
<currentVersion>2.0-SNAPSHOT</currentVersion>
|
|
|
|
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
2004-04-07 16:28:31 -04:00
|
|
|
<description>Maven Model</description>
|
|
|
|
<shortDescription>Maven Model</shortDescription>
|
2004-04-07 22:02:06 -04:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<artifactId>xpp3</artifactId>
|
|
|
|
<groupId>xpp3</groupId>
|
|
|
|
<version>1.1.3.3</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2004-03-07 20:31:17 -05:00
|
|
|
</project>
|