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/10/13 19:39:22 UTC

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

Author: khmarbaise
Date: Mon Oct 13 17:39:22 2014
New Revision: 1631477

URL: http://svn.apache.org/r1631477
Log:
[MWAR-330]
 - Upgrade plexus-io from 2.1.3 to 2.2

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=1631477&r1=1631476&r2=1631477&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Mon Oct 13 17:39:22 2014
@@ -120,7 +120,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-io</artifactId>
-      <version>2.1.3</version>
+      <version>2.2</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>