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 2016/01/27 19:08:42 UTC

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

Author: khmarbaise
Date: Wed Jan 27 18:08:41 2016
New Revision: 1727145

URL: http://svn.apache.org/viewvc?rev=1727145&view=rev
Log:
[MWAR-364] Upgrade plexus-utils to 3.0.22

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=1727145&r1=1727144&r2=1727145&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Wed Jan 27 18:08:41 2016
@@ -131,7 +131,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.20</version>
+      <version>3.0.22</version>
     </dependency>
 
     <dependency>