You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/12/23 19:48:52 UTC

svn commit: r729061 - in /maven/components/branches/maven-2.1.x: ./ pom.xml

Author: bentmann
Date: Tue Dec 23 10:48:51 2008
New Revision: 729061

URL: http://svn.apache.org/viewvc?rev=729061&view=rev
Log:
[MNG-3940] Interpolation of environment variables is not case-insensitive on Windows

o Updated to plexus-utils:1.5.6 which includes PLXUTILS-82
o Merged from r729060

Modified:
    maven/components/branches/maven-2.1.x/   (props changed)
    maven/components/branches/maven-2.1.x/pom.xml

Propchange: maven/components/branches/maven-2.1.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Dec 23 10:48:51 2008
@@ -1,5 +1,5 @@
 /maven/components/branches/maven-2.0.10-RC:679193-679867,680477-688882,708790-728809,728834
-/maven/components/branches/maven-2.0.x:679552-679867,693956-728820,728836,728940
+/maven/components/branches/maven-2.0.x:679552-679867,693956-728820,728836,728940,729060
 /maven/components/branches/maven-2.1.0-M1-RC:690315,691793-694304
 /maven/components/branches/maven-2.1.0-RC:688883,689695,689976,689990
 /maven/components/trunk:720001,721902,726845

Modified: maven/components/branches/maven-2.1.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/pom.xml?rev=729061&r1=729060&r2=729061&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/pom.xml (original)
+++ maven/components/branches/maven-2.1.x/pom.xml Tue Dec 23 10:48:51 2008
@@ -394,7 +394,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>1.5.5</version>
+        <version>1.5.6</version>
       </dependency>
       <dependency>
         <groupId>org.apache.maven.wagon</groupId>