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:52:12 UTC

svn commit: r1372604 - /maven/indexer/trunk/pom.xml

Author: olamy
Date: Mon Aug 13 20:52:11 2012
New Revision: 1372604

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

Modified:
    maven/indexer/trunk/pom.xml

Modified: maven/indexer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1372604&r1=1372603&r2=1372604&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Mon Aug 13 20:52:11 2012
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>21</version>
+    <version>22</version>
   </parent>
 
   <groupId>org.apache.maven.indexer</groupId>