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

svn commit: r429571 - /maven/plugins/trunk/pom.xml

Author: brett
Date: Mon Aug  7 21:42:10 2006
New Revision: 429571

URL: http://svn.apache.org/viewvc?rev=429571&view=rev
Log:
use the snapshot parent so things pass

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=429571&r1=429570&r2=429571&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Mon Aug  7 21:42:10 2006
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>3</version>
+    <version>4-SNAPSHOT</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.maven.plugins</groupId>