2004-12-17 08:09:54 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<project>
|
|
|
|
<name>Maven Model</name>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-model</artifactId>
|
2006-10-09 12:08:46 -04:00
|
|
|
<currentVersion>3.0.2-SNAPSHOT</currentVersion>
|
2004-12-17 08:09:54 -05:00
|
|
|
<description>Maven Model</description>
|
|
|
|
<shortDescription>Maven Model</shortDescription>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>maven-modello-plugin</artifactId>
|
2006-10-09 12:08:46 -04:00
|
|
|
<version>1.0-alpha-3-SNAPSHOT</version>
|
2004-12-17 08:09:54 -05:00
|
|
|
<type>plugin</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
2006-10-09 12:08:46 -04:00
|
|
|
<version>1.0.3</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>maven</groupId>
|
|
|
|
<artifactId>dom4j</artifactId>
|
|
|
|
<version>1.7-20060614</version>
|
|
|
|
<url>http://www.dom4j.org/</url>
|
2004-12-17 08:09:54 -05:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2006-10-09 12:08:46 -04:00
|
|
|
<build>
|
|
|
|
<defaultGoal>jar</defaultGoal>
|
|
|
|
</build>
|
2004-12-17 08:09:54 -05:00
|
|
|
</project>
|