You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ca...@apache.org on 2007/05/20 21:52:03 UTC

svn commit: r539925 - /maven/components/trunk/pom.xml

Author: carlos
Date: Sun May 20 12:52:03 2007
New Revision: 539925

URL: http://svn.apache.org/viewvc?view=rev&rev=539925
Log:
[MNG-2936] Upgrade plexus-utils to solve quoting issues on windows

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?view=diff&rev=539925&r1=539924&r2=539925
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Sun May 20 12:52:03 2007
@@ -187,7 +187,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>1.4.1</version>
+        <version>1.4.2</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.wagon</groupId>