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 2015/04/25 13:03:16 UTC

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

Author: khmarbaise
Date: Sat Apr 25 11:03:16 2015
New Revision: 1676011

URL: http://svn.apache.org/r1676011
Log:
[MDEP-486] Upgrade plexus-utils to 3.0.22

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=1676011&r1=1676010&r2=1676011&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Sat Apr 25 11:03:16 2015
@@ -159,7 +159,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.20</version>
+      <version>3.0.22</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>