You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/07/09 01:06:32 UTC

svn commit: r554465 - /maven/shared/trunk/maven-plugin-testing-tools/pom.xml

Author: brianf
Date: Sun Jul  8 16:06:32 2007
New Revision: 554465

URL: http://svn.apache.org/viewvc?view=rev&rev=554465
Log:
MNG-3096: new invoker is required to run tests in paths with spaces

Modified:
    maven/shared/trunk/maven-plugin-testing-tools/pom.xml

Modified: maven/shared/trunk/maven-plugin-testing-tools/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-plugin-testing-tools/pom.xml?view=diff&rev=554465&r1=554464&r2=554465
==============================================================================
--- maven/shared/trunk/maven-plugin-testing-tools/pom.xml (original)
+++ maven/shared/trunk/maven-plugin-testing-tools/pom.xml Sun Jul  8 16:06:32 2007
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-invoker</artifactId>
-      <version>2.0.6</version>
+      <version>2.0.7-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>