You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/11/27 00:35:42 UTC

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

Author: olamy
Date: Mon Nov 26 23:35:41 2012
New Revision: 1413937

URL: http://svn.apache.org/viewvc?rev=1413937&view=rev
Log:
use released staged parent

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

Modified: maven/archetypes/trunk/maven-archetype-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/maven-archetype-plugin/pom.xml?rev=1413937&r1=1413936&r2=1413937&view=diff
==============================================================================
--- maven/archetypes/trunk/maven-archetype-plugin/pom.xml (original)
+++ maven/archetypes/trunk/maven-archetype-plugin/pom.xml Mon Nov 26 23:35:41 2012
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <artifactId>maven-archetype-bundles</artifactId>
     <groupId>org.apache.maven.archetypes</groupId>
-    <version>5-SNAPSHOT</version>
+    <version>5</version>
     <relativePath>../maven-archetype-parent</relativePath>
   </parent>