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 2017/08/27 10:33:08 UTC

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

Author: khmarbaise
Date: Sun Aug 27 10:33:08 2017
New Revision: 1806347

URL: http://svn.apache.org/viewvc?rev=1806347&view=rev
Log:
[MWAR-410] Upgrade plexus-utils to version 3.1.0

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=1806347&r1=1806346&r2=1806347&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Sun Aug 27 10:33:08 2017
@@ -124,7 +124,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.24</version>
+      <version>3.1.0</version>
     </dependency>
 
     <dependency>