You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/12/23 18:58:49 UTC

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

Author: khmarbaise
Date: Tue Dec 23 17:58:49 2014
New Revision: 1647630

URL: http://svn.apache.org/r1647630
Log:
[MWAR-341] Overlay task fails on unpacking when applying file permissions
 Upgrade of plexus-io to 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=1647630&r1=1647629&r2=1647630&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Tue Dec 23 17:58:49 2014
@@ -118,7 +118,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-io</artifactId>
-      <version>2.4</version>
+      <version>2.4.1</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>