rolling back version of plugin parent, to keep this compatible with 2.0 release of maven-project...any API changes for maven-project will have to go in a later release of the assy plugin.

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@344394 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2005-11-15 16:55:39 +00:00
parent ab27ae65a7
commit 8b824565b6
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
<parent>
<artifactId>maven-plugin-parent</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0</version>
<!-- version>2.0.1-SNAPSHOT</version -->
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-assembly-plugin</artifactId>
@ -73,4 +74,4 @@
<version>2.0</version>
</dependency>
</dependencies>
</project>
</project>