You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2012/10/02 22:52:19 UTC

svn commit: r1393175 - /maven/release/trunk/pom.xml

Author: rfscholte
Date: Tue Oct  2 20:52:19 2012
New Revision: 1393175

URL: http://svn.apache.org/viewvc?rev=1393175&view=rev
Log:
[MRELEASE-785] Arguments containing spaces and quotes cause the forked maven process to fail.
PLXUTILS-152 is covered with a unittest, no extra test required here.

Modified:
    maven/release/trunk/pom.xml

Modified: maven/release/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/release/trunk/pom.xml?rev=1393175&r1=1393174&r2=1393175&view=diff
==============================================================================
--- maven/release/trunk/pom.xml (original)
+++ maven/release/trunk/pom.xml Tue Oct  2 20:52:19 2012
@@ -138,7 +138,7 @@
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.0</version>
+        <version>3.0.8</version>
       </dependency>
       <dependency>
         <groupId>org.jdom</groupId>