You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ev...@apache.org on 2006/06/19 12:34:52 UTC

svn commit: r415284 - in /maven/pom: asf/pom.xml maven/pom.xml

Author: evenisse
Date: Mon Jun 19 03:34:51 2006
New Revision: 415284

URL: http://svn.apache.org/viewvc?rev=415284&view=rev
Log:
release version to 2

Modified:
    maven/pom/asf/pom.xml
    maven/pom/maven/pom.xml

Modified: maven/pom/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/asf/pom.xml?rev=415284&r1=415283&r2=415284&view=diff
==============================================================================
--- maven/pom/asf/pom.xml (original)
+++ maven/pom/asf/pom.xml Mon Jun 19 03:34:51 2006
@@ -24,7 +24,7 @@
        define the settings common to all projects at Apache -->
   <groupId>org.apache</groupId>
   <artifactId>apache</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>2</version>
   <packaging>pom</packaging>
   <name>The Apache Software Foundation</name>
   <description>

Modified: maven/pom/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/maven/pom.xml?rev=415284&r1=415283&r2=415284&view=diff
==============================================================================
--- maven/pom/maven/pom.xml (original)
+++ maven/pom/maven/pom.xml Mon Jun 19 03:34:51 2006
@@ -22,12 +22,12 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>2-SNAPSHOT</version>
+    <version>2</version>
     <relativePath>../asf/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-parent</artifactId>
-  <version>2-SNAPSHOT</version>
+  <version>2</version>
   <packaging>pom</packaging>
   <name>Apache Maven</name>
   <description>