You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/12/01 12:58:56 UTC

svn commit: r722050 - /servicemix/maven-plugins/res-maven-plugin/trunk/pom.xml

Author: ffang
Date: Mon Dec  1 03:58:55 2008
New Revision: 722050

URL: http://svn.apache.org/viewvc?rev=722050&view=rev
Log:
[SM-1709]unify third party libs version used across servicemix projects

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

Modified: servicemix/maven-plugins/res-maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/maven-plugins/res-maven-plugin/trunk/pom.xml?rev=722050&r1=722049&r2=722050&view=diff
==============================================================================
--- servicemix/maven-plugins/res-maven-plugin/trunk/pom.xml (original)
+++ servicemix/maven-plugins/res-maven-plugin/trunk/pom.xml Mon Dec  1 03:58:55 2008
@@ -41,17 +41,17 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>2.0.1</version>
+      <version>2.0.9</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-project</artifactId>
-      <version>2.0.1</version>
+      <version>2.0.9</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-archiver</artifactId>
-      <version>2.0.1</version>
+      <version>2.3</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-script-ant</artifactId>
-      <version>2.0.1</version>
+      <version>2.0.9</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>