You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2008/11/15 15:28:18 UTC

svn commit: r714275 - /maven/components/branches/maven-2.0.10-RC/pom.xml

Author: hboutemy
Date: Sat Nov 15 06:28:18 2008
New Revision: 714275

URL: http://svn.apache.org/viewvc?rev=714275&view=rev
Log:
fixed mavenVersion property value (broken after RC2 release)

Modified:
    maven/components/branches/maven-2.0.10-RC/pom.xml

Modified: maven/components/branches/maven-2.0.10-RC/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.10-RC/pom.xml?rev=714275&r1=714274&r2=714275&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/pom.xml Sat Nov 15 06:28:18 2008
@@ -258,7 +258,7 @@
   </modules>
 
   <properties>
-    <mavenVersion>2.0.10-RC2</mavenVersion>
+    <mavenVersion>2.0.10-RC4-SNAPSHOT</mavenVersion>
     <wagonVersion>1.0-beta-4</wagonVersion>
   </properties>