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 2015/05/31 22:26:06 UTC

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

Author: khmarbaise
Date: Sun May 31 20:26:05 2015
New Revision: 1682791

URL: http://svn.apache.org/r1682791
Log:
[MWAR-347] Upgrade plexus-io to 2.6

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=1682791&r1=1682790&r2=1682791&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Sun May 31 20:26:05 2015
@@ -118,7 +118,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-io</artifactId>
-      <version>2.4.1</version>
+      <version>2.6</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>