Author: dennisl
Date: Sat Mar  3 13:24:26 2007
New Revision: 514245

URL: http://svn.apache.org/viewvc?view=rev&rev=514245
Log:
o Use the latest version of maven-plugin-tools. This brings in support for 
@since tags in mojos.

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=514245&r1=514244&r2=514245
==============================================================================
--- maven/plugins/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-plugin-plugin/pom.xml Sat Mar  3 13:24:26 2007
@@ -118,12 +118,12 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-tools-api</artifactId>
-      <version>2.0.5</version>
+      <version>2.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-tools-java</artifactId>
-      <version>2.0.5</version>
+      <version>2.1-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -134,7 +134,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-tools-beanshell</artifactId>
-      <version>2.0.5</version>
+      <version>2.1-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>


Reply via email to