You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/06/18 13:05:50 UTC

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

Author: schulte
Date: Sat Jun 18 13:05:50 2016
New Revision: 1749001

URL: http://svn.apache.org/viewvc?rev=1749001&view=rev
Log:
[MWAR-392] Upgrade of plexus-interpolation to 1.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=1749001&r1=1749000&r2=1749001&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Sat Jun 18 13:05:50 2016
@@ -116,7 +116,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.21</version>
+      <version>1.22</version>
     </dependency>
 
     <dependency>