maven/maven-model/project.xml
Brett Leslie Porter 83b6e17c2d cut release
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@179552 13f79535-47bb-0310-9956-ffa450edef68
2005-06-02 07:53:09 +00:00

24 lines
651 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project>
<name>Maven Model</name>
<groupId>maven</groupId>
<artifactId>maven-model</artifactId>
<currentVersion>3.0.0</currentVersion>
<description>Maven Model</description>
<shortDescription>Maven Model</shortDescription>
<dependencies>
<dependency>
<groupId>maven</groupId>
<artifactId>maven-modello-plugin</artifactId>
<version>1.0-alpha-1</version>
<type>plugin</type>
</dependency>
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.0-alpha-3</version>
</dependency>
</dependencies>
</project>