Author: kenney
Date: Sat Apr  1 04:00:51 2006
New Revision: 390651

URL: http://svn.apache.org/viewcvs?rev=390651&view=rev
Log:
PR: MSUREFIRE-53    System.out/err not shown on console in forked mode.

After asking on the dev list and getting Carlos' OK I'm bumping the 
dependency on plexus-utils to 1.1 which fixes this problem.

Modified:
    maven/surefire/trunk/surefire/pom.xml

Modified: maven/surefire/trunk/surefire/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/surefire/trunk/surefire/pom.xml?rev=390651&r1=390650&r2=390651&view=diff
==============================================================================
--- maven/surefire/trunk/surefire/pom.xml (original)
+++ maven/surefire/trunk/surefire/pom.xml Sat Apr  1 04:00:51 2006
@@ -17,7 +17,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.0.5</version>
+      <version>1.1</version>
     </dependency>
   </dependencies>
 </project>


Reply via email to