You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/04/26 23:51:25 UTC

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

Author: bentmann
Date: Mon Apr 26 21:51:25 2010
New Revision: 938250

URL: http://svn.apache.org/viewvc?rev=938250&view=rev
Log:
o Inherited from maven-plugins:17 and maven-parent:16

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=938250&r1=938249&r2=938250&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Mon Apr 26 21:51:25 2010
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>16</version>
+    <version>17</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=938250&r1=938249&r2=938250&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Mon Apr 26 21:51:25 2010
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>15</version>
+    <version>16</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>