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:58:09 UTC

svn commit: r1372611 - /maven/plugin-tools/trunk/pom.xml

Author: olamy
Date: Mon Aug 13 20:58:08 2012
New Revision: 1372611

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

Modified:
    maven/plugin-tools/trunk/pom.xml

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=1372611&r1=1372610&r2=1372611&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Mon Aug 13 20:58:08 2012
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>21</version>
+    <version>22</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>