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 04:20:00 UTC

svn commit: r766946 - in /maven/pom: tags/apache-5/pom.xml trunk/maven/pom.xml

Author: brianf
Date: Tue Apr 21 02:19:59 2009
New Revision: 766946

URL: http://svn.apache.org/viewvc?rev=766946&view=rev
Log:
reverting all of this because the lag in svn breaks the release process.

Modified:
    maven/pom/tags/apache-5/pom.xml
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/tags/apache-5/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/tags/apache-5/pom.xml?rev=766946&r1=766945&r2=766946&view=diff
==============================================================================
--- maven/pom/tags/apache-5/pom.xml (original)
+++ maven/pom/tags/apache-5/pom.xml Tue Apr 21 02:19:59 2009
@@ -31,7 +31,7 @@
        -->
   <groupId>org.apache</groupId>
   <artifactId>apache</artifactId>
-  <version>7-SNAPSHOT</version>
+  <version>6-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>The Apache Software Foundation</name>
   <description>

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