You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2008/07/31 22:56:19 UTC

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

Author: jdcasey
Date: Thu Jul 31 13:56:18 2008
New Revision: 681484

URL: http://svn.apache.org/viewvc?rev=681484&view=rev
Log:
for some reason ${mavenVersion} wasn't updated.

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=681484&r1=681483&r2=681484&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.10-RC/pom.xml (original)
+++ maven/components/branches/maven-2.0.10-RC/pom.xml Thu Jul 31 13:56:18 2008
@@ -243,7 +243,7 @@
   </modules>
 
   <properties>
-    <mavenVersion>2.0.10-RC4</mavenVersion>
+    <mavenVersion>2.0.10-RC5-SNAPSHOT</mavenVersion>
     <wagonVersion>1.0-beta-4</wagonVersion>
   </properties>