You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/10/29 04:18:03 UTC

svn commit: r589476 - in /maven/plugin-tools/trunk: maven-plugin-plugin/pom.xml pom.xml

Author: brett
Date: Sun Oct 28 20:18:03 2007
New Revision: 589476

URL: http://svn.apache.org/viewvc?rev=589476&view=rev
Log:
aligned plugin tools versions in the plugin plugin

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

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml?rev=589476&r1=589475&r2=589476&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Sun Oct 28 20:18:03 2007
@@ -67,12 +67,10 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-tools-api</artifactId>
-      <version>2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-tools-java</artifactId>
-      <version>2.1</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -88,7 +86,6 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-tools-beanshell</artifactId>
-      <version>2.1</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=589476&r1=589475&r2=589476&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Sun Oct 28 20:18:03 2007
@@ -132,6 +132,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.maven</groupId>
+        <artifactId>maven-plugin-tools-beanshell</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.maven</groupId>
         <artifactId>maven-plugin-descriptor</artifactId>
         <version>2.0.5</version>
       </dependency>