You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/12/05 19:18:32 UTC

svn commit: r354117 - /maven/archetype/trunk/maven-archetype-plugin/pom.xml

Author: jvanzyl
Date: Mon Dec  5 10:18:27 2005
New Revision: 354117

URL: http://svn.apache.org/viewcvs?rev=354117&view=rev
Log:
o use the release plugin parent POM

Modified:
    maven/archetype/trunk/maven-archetype-plugin/pom.xml

Modified: maven/archetype/trunk/maven-archetype-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/archetype/trunk/maven-archetype-plugin/pom.xml?rev=354117&r1=354116&r2=354117&view=diff
==============================================================================
--- maven/archetype/trunk/maven-archetype-plugin/pom.xml (original)
+++ maven/archetype/trunk/maven-archetype-plugin/pom.xml Mon Dec  5 10:18:27 2005
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>maven-plugin-parent</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>2.0-beta-1</version>
+    <version>2.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven.plugins</groupId>