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 2013/06/30 13:42:30 UTC

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

Author: olamy
Date: Sun Jun 30 11:42:30 2013
New Revision: 1498099

URL: http://svn.apache.org/r1498099
Log:
use plexus-io 2.0.7 and plexus-archiver 2.4.1

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=1498099&r1=1498098&r2=1498099&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Sun Jun 30 11:42:30 2013
@@ -116,7 +116,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-io</artifactId>
-      <version>2.0.6</version>
+      <version>2.0.7</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>
@@ -126,7 +126,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>2.2</version>
+      <version>2.4.1</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>