You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/08/13 22:53:35 UTC

svn commit: r1372606 - /maven/maven-3/trunk/pom.xml

Author: olamy
Date: Mon Aug 13 20:53:35 2012
New Revision: 1372606

URL: http://svn.apache.org/viewvc?rev=1372606&view=rev
Log:
use last parent pom

Modified:
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=1372606&r1=1372605&r2=1372606&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Mon Aug 13 20:53:35 2012
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>21</version>
+    <version>22</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>