You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2014/10/13 05:48:36 UTC

svn commit: r1631281 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

Author: krosenvold
Date: Mon Oct 13 03:48:36 2014
New Revision: 1631281

URL: http://svn.apache.org/r1631281
Log:
Upgraded to plexus-archiver 2.7 and io 2.2

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

Modified: maven/plugins/trunk/maven-assembly-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/pom.xml?rev=1631281&r1=1631280&r2=1631281&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Mon Oct 13 03:48:36 2014
@@ -125,7 +125,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>2.6.3</version>
+      <version>2.7</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>
@@ -151,7 +151,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-io</artifactId>
-      <version>2.1.3</version>
+      <version>2.2</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>