You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2014/10/18 07:42:31 UTC

svn commit: r1632723 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

Author: krosenvold
Date: Sat Oct 18 05:42:30 2014
New Revision: 1632723

URL: http://svn.apache.org/r1632723
Log:
[MDEP-465] Updated pleuxs-archiver to 2.7.1, test-scoped pinterpolation to 1.21

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

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1632723&r1=1632722&r2=1632723&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Sat Oct 18 05:42:30 2014
@@ -155,7 +155,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>2.7</version>
+      <version>2.7.1</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -255,7 +255,7 @@ under the License.
    <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-interpolation</artifactId>
-      <version>1.9</version>
+      <version>1.21</version>
       <scope>test</scope>
     </dependency>