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/05/28 22:32:40 UTC

svn commit: r1745956 - /maven/shared/trunk/maven-archiver/pom.xml

Author: khmarbaise
Date: Sat May 28 22:32:39 2016
New Revision: 1745956

URL: http://svn.apache.org/viewvc?rev=1745956&view=rev
Log:
[MSHARED-540] Upgrade plexus-interpolation to 1.22

Modified:
    maven/shared/trunk/maven-archiver/pom.xml

Modified: maven/shared/trunk/maven-archiver/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-archiver/pom.xml?rev=1745956&r1=1745955&r2=1745956&view=diff
==============================================================================
--- maven/shared/trunk/maven-archiver/pom.xml (original)
+++ maven/shared/trunk/maven-archiver/pom.xml Sat May 28 22:32:39 2016
@@ -102,7 +102,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.21</version>
+      <version>1.22</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>