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>
|
2005-06-02 03:53:09 -04:00
|
|
|
<currentVersion>3.0.0</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>
|
2005-06-02 03:53:09 -04:00
|
|
|
<version>1.0-alpha-1</version>
|
2004-12-17 08:09:54 -05:00
|
|
|
<type>plugin</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
2005-05-18 01:33:59 -04:00
|
|
|
<version>1.0-alpha-3</version>
|
2004-12-17 08:09:54 -05:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project>
|