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/11/12 23:09:53 UTC

svn commit: r1769441 - /maven/plugins/trunk/maven-ear-plugin/pom.xml

Author: schulte
Date: Sat Nov 12 23:09:53 2016
New Revision: 1769441

URL: http://svn.apache.org/viewvc?rev=1769441&view=rev
Log:
[MEAR-245] Upgrade of plexus-interpolation to 1.24.

Modified:
    maven/plugins/trunk/maven-ear-plugin/pom.xml

Modified: maven/plugins/trunk/maven-ear-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/pom.xml?rev=1769441&r1=1769440&r2=1769441&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ear-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-ear-plugin/pom.xml Sat Nov 12 23:09:53 2016
@@ -124,7 +124,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.22</version>
+      <version>1.24</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>