Author: bentmann Date: Sun Oct 25 14:45:22 2009 New Revision: 829587 URL: http://svn.apache.org/viewvc?rev=829587&view=rev Log: o Updated to maven-plugin-plugin:2.5.1 o Inherited from (staged) maven-parent:14 in preparation for release
Modified: maven/plugins/trunk/pom.xml Modified: maven/plugins/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=829587&r1=829586&r2=829587&view=diff ============================================================================== --- maven/plugins/trunk/pom.xml (original) +++ maven/plugins/trunk/pom.xml Sun Oct 25 14:45:22 2009 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>13</version> + <version>14</version> <relativePath>../pom/maven/pom.xml</relativePath> </parent> @@ -214,6 +214,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> + <version>2.5.1</version> <executions> <execution> <id>generated-helpmojo</id> @@ -231,7 +232,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>2.5</version> + <version>2.5.1</version> </plugin> </plugins> </reporting>