You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2010/04/06 04:52:11 UTC

svn commit: r931002 - /geronimo/server/trunk/framework/buildsupport/geronimo-osgi-plugin/pom.xml

Author: gawor
Date: Tue Apr  6 02:52:11 2010
New Revision: 931002

URL: http://svn.apache.org/viewvc?rev=931002&view=rev
Log:
use same versions of maven artifacts as in car-maven-plugin

Modified:
    geronimo/server/trunk/framework/buildsupport/geronimo-osgi-plugin/pom.xml

Modified: geronimo/server/trunk/framework/buildsupport/geronimo-osgi-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/buildsupport/geronimo-osgi-plugin/pom.xml?rev=931002&r1=931001&r2=931002&view=diff
==============================================================================
--- geronimo/server/trunk/framework/buildsupport/geronimo-osgi-plugin/pom.xml (original)
+++ geronimo/server/trunk/framework/buildsupport/geronimo-osgi-plugin/pom.xml Tue Apr  6 02:52:11 2010
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-project</artifactId>
-            <version>2.0.8</version>
+            <version>2.2.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>junit</groupId>
@@ -49,14 +49,14 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-artifact</artifactId>
-            <version>2.0.8</version>
+            <version>2.2.1</version>
             <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-plugin-api</artifactId>
-            <version>2.0.8</version>
+            <version>2.2.1</version>
             <scope>provided</scope>
         </dependency>