You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/10 04:44:04 UTC

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

Author: brett
Date: Thu Jun  9 19:44:03 2005
New Revision: 189882

URL: http://svn.apache.org/viewcvs?rev=189882&view=rev
Log:
update parent reference for access to CI settings

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

Modified: maven/components/trunk/maven-archetype/maven-archetype-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-archetype/maven-archetype-plugin/pom.xml?rev=189882&r1=189881&r2=189882&view=diff
==============================================================================
--- maven/components/trunk/maven-archetype/maven-archetype-plugin/pom.xml (original)
+++ maven/components/trunk/maven-archetype/maven-archetype-plugin/pom.xml Thu Jun  9 19:44:03 2005
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>maven-plugin-parent</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>2.0-alpha-2</version>
+    <version>2.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-archetype-plugin</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org