You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2009/02/14 02:25:24 UTC

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

Author: brianf
Date: Sat Feb 14 01:25:24 2009
New Revision: 744349

URL: http://svn.apache.org/viewvc?rev=744349&view=rev
Log:
use the new parent

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

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml?rev=744349&r1=744348&r2=744349&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Sat Feb 14 01:25:24 2009
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>12</version>
+    <version>13-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.plugins</groupId>

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=744349&r1=744348&r2=744349&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Sat Feb 14 01:25:24 2009
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>10</version>
+    <version>11-SNAPSHOT</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>