Author: dantran
Date: Wed Dec 30 10:48:22 2009
New Revision: 894584

URL: http://svn.apache.org/viewvc?rev=894584&view=rev
Log:
MDEP-138:update plexus-utils-1.5.1 to fix space in path issue which only found 
on linux. This will fix MDEP-142 as well

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=894584&r1=894583&r2=894584&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Wed Dec 30 10:48:22 2009
@@ -155,7 +155,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.4.6</version>
+      <version>1.5.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>


Reply via email to