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 2009/02/21 10:30:09 UTC

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

Author: bentmann
Date: Sat Feb 21 09:30:07 2009
New Revision: 746462

URL: http://svn.apache.org/viewvc?rev=746462&view=rev
Log:
o Inherited from maven-parent:11
o Inherited from maven-plugins:13

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=746462&r1=746461&r2=746462&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Sat Feb 21 09:30:07 2009
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>13-SNAPSHOT</version>
+    <version>13</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=746462&r1=746461&r2=746462&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Sat Feb 21 09:30:07 2009
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>11-SNAPSHOT</version>
+    <version>11</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>