You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/05/02 10:38:27 UTC

svn commit: r770911 - /maven/components/branches/maven-2.2.x/pom.xml

Author: bentmann
Date: Sat May  2 08:38:26 2009
New Revision: 770911

URL: http://svn.apache.org/viewvc?rev=770911&view=rev
Log:
o Fixed version property

Modified:
    maven/components/branches/maven-2.2.x/pom.xml

Modified: maven/components/branches/maven-2.2.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.2.x/pom.xml?rev=770911&r1=770910&r2=770911&view=diff
==============================================================================
--- maven/components/branches/maven-2.2.x/pom.xml (original)
+++ maven/components/branches/maven-2.2.x/pom.xml Sat May  2 08:38:26 2009
@@ -298,7 +298,7 @@
   </modules>
 
   <properties>
-    <mavenVersion>2.2.0-RC1</mavenVersion>
+    <mavenVersion>2.2.0-RC2-SNAPSHOT</mavenVersion>
     <wagonVersion>1.0-beta-5</wagonVersion>
     <doxiaVersion>1.1</doxiaVersion>
   </properties>