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 2009/04/21 03:59:02 UTC

svn commit: r766944 - /maven/pom/trunk/maven/pom.xml

Author: brianf
Date: Tue Apr 21 01:59:02 2009
New Revision: 766944

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

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=766944&r1=766943&r2=766944&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Tue Apr 21 01:59:02 2009
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>6</version>
     <relativePath>../asf/pom.xml</relativePath>
   </parent>