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 2013/02/15 15:45:35 UTC

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

Author: krosenvold
Date: Fri Feb 15 14:45:35 2013
New Revision: 1446610

URL: http://svn.apache.org/r1446610
Log:
o p-a 2.3 posix tar support

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=1446610&r1=1446609&r2=1446610&view=diff
==============================================================================
--- maven/plugins/trunk/maven-assembly-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-assembly-plugin/pom.xml Fri Feb 15 14:45:35 2013
@@ -105,7 +105,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>2.2</version>
+      <version>2.3</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>