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 2014/10/25 02:07:33 UTC

svn commit: r1634169 - /maven/enforcer/trunk/pom.xml

Author: khmarbaise
Date: Sat Oct 25 00:07:33 2014
New Revision: 1634169

URL: http://svn.apache.org/r1634169
Log:
[MENFORCER-209]
 - Upgraded of plexus-utils from 1.5.8 to 3.0.20

Modified:
    maven/enforcer/trunk/pom.xml

Modified: maven/enforcer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/pom.xml?rev=1634169&r1=1634168&r2=1634169&view=diff
==============================================================================
--- maven/enforcer/trunk/pom.xml (original)
+++ maven/enforcer/trunk/pom.xml Sat Oct 25 00:07:33 2014
@@ -192,7 +192,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>1.5.8</version>
+        <version>3.0.20</version>
       </dependency>
       <dependency>
         <groupId>junit</groupId>