Author: brett
Date: Thu Mar  9 17:43:02 2006
New Revision: 384672

URL: http://svn.apache.org/viewcvs?rev=384672&view=rev
Log:
update to pick up newer fixes in plugin tools that are independant of Maven

Modified:
    maven/plugins/trunk/maven-plugin-plugin/pom.xml

Modified: maven/plugins/trunk/maven-plugin-plugin/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-plugin-plugin/pom.xml?rev=384672&r1=384671&r2=384672&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-plugin-plugin/pom.xml Thu Mar  9 17:43:02 2006
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-tools-api</artifactId>
-      <version>2.0.1</version>
+      <version>2.0.3-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -49,7 +49,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-tools-java</artifactId>
-      <version>2.0.1</version>
+      <version>2.0.3-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -60,7 +60,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-tools-beanshell</artifactId>
-      <version>2.0.1</version>
+      <version>2.0.3-SNAPSHOT</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -69,4 +69,4 @@
       <version>2.0</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>


Reply via email to