You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/09/02 17:10:53 UTC

svn commit: r691272 - /geronimo/server/branches/2.1/pom.xml

Author: dwoods
Date: Tue Sep  2 08:10:53 2008
New Revision: 691272

URL: http://svn.apache.org/viewvc?rev=691272&view=rev
Log:
upgrade to latest levels of maven-dependency-plugin and maven-remote-resources-plugin

Modified:
    geronimo/server/branches/2.1/pom.xml

Modified: geronimo/server/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/pom.xml?rev=691272&r1=691271&r2=691272&view=diff
==============================================================================
--- geronimo/server/branches/2.1/pom.xml (original)
+++ geronimo/server/branches/2.1/pom.xml Tue Sep  2 08:10:53 2008
@@ -1916,13 +1916,13 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-dependency-plugin</artifactId>
-                    <version>2.0-alpha-4</version>
+                    <version>2.0</version>
                 </plugin>
 
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-remote-resources-plugin</artifactId>
-                    <version>1.0-alpha-5</version>
+                    <version>1.0</version>
                 </plugin>
 
                 <plugin>