Author: dennisl Date: Fri Mar 16 15:13:05 2007 New Revision: 519158 URL: http://svn.apache.org/viewvc?view=rev&rev=519158 Log: o Use the released version of maven-plugin-tools.
Modified: maven/plugins/trunk/maven-plugin-plugin/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?view=diff&rev=519158&r1=519157&r2=519158 ============================================================================== --- maven/plugins/trunk/maven-plugin-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-plugin-plugin/pom.xml Fri Mar 16 15:13:05 2007 @@ -118,12 +118,12 @@ <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-tools-api</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.1</version> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-tools-java</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.1</version> <scope>runtime</scope> </dependency> <dependency> @@ -134,7 +134,7 @@ <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-tools-beanshell</artifactId> - <version>2.1-SNAPSHOT</version> + <version>2.1</version> <scope>runtime</scope> </dependency> <dependency>