You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/11/19 17:46:22 UTC

svn commit: r1204017 - /maven/plugins/trunk/maven-war-plugin/pom.xml

Author: olamy
Date: Sat Nov 19 16:46:22 2011
New Revision: 1204017

URL: http://svn.apache.org/viewvc?rev=1204017&view=rev
Log:
[MWAR-268] Upgrade plexus dependencies for war plugin

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

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=1204017&r1=1204016&r2=1204017&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Sat Nov 19 16:46:22 2011
@@ -52,7 +52,7 @@ under the License.
 
   <properties>
     <mavenVersion>2.0.6</mavenVersion>
-    <mavenArchiverVersion>2.4.1</mavenArchiverVersion>
+    <mavenArchiverVersion>2.4.2</mavenArchiverVersion>
   </properties>
 
   <dependencies>
@@ -98,6 +98,11 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-io</artifactId>
+      <version>2.0.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
       <version>1.2</version>
       <exclusions>
@@ -132,7 +137,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>2.0.5</version>
+      <version>3.0</version>
     </dependency>
 
     <dependency>