Author: brett Date: Tue Jul 4 20:58:04 2006 New Revision: 419157 URL: http://svn.apache.org/viewvc?rev=419157&view=rev Log: upgrade to the new plugin report
Modified: maven/plugins/trunk/maven-plugin-plugin/pom.xml maven/plugins/trunk/pom.xml Modified: maven/plugins/trunk/maven-plugin-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugin-plugin/pom.xml?rev=419157&r1=419156&r2=419157&view=diff ============================================================================== --- maven/plugins/trunk/maven-plugin-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-plugin-plugin/pom.xml Tue Jul 4 20:58:04 2006 @@ -8,7 +8,7 @@ <artifactId>maven-plugin-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Maven PLUGIN Plugin</name> - <version>2.1.1-SNAPSHOT</version> + <version>2.2-SNAPSHOT</version> <inceptionYear>2001</inceptionYear> <dependencies> <dependency> @@ -44,7 +44,7 @@ <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-tools-java</artifactId> - <version>2.0.3-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> @@ -55,7 +55,7 @@ <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-tools-beanshell</artifactId> - <version>2.0.3-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> <scope>runtime</scope> </dependency> <dependency> Modified: maven/plugins/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=419157&r1=419156&r2=419157&view=diff ============================================================================== --- maven/plugins/trunk/pom.xml (original) +++ maven/plugins/trunk/pom.xml Tue Jul 4 20:58:04 2006 @@ -75,6 +75,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> + <version>2.2-SNAPSHOT</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>