You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2014/02/24 12:29:27 UTC

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

Author: brett
Date: Mon Feb 24 11:29:27 2014
New Revision: 1571252

URL: http://svn.apache.org/r1571252
Log:
another bump for plexus-archiver

Further to the revision in r1516246, to include PLXCOMP-226 (properly support
ZIP64 archives)

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=1571252&r1=1571251&r2=1571252&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Mon Feb 24 11:29:27 2014
@@ -124,7 +124,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>2.4.3</version>
+      <version>2.4.4</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>