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

svn commit: r516304 - /maven/surefire/trunk/pom.xml

Author: brett
Date: Thu Mar  8 21:09:27 2007
New Revision: 516304

URL: http://svn.apache.org/viewvc?view=rev&rev=516304
Log:
we should be using the correct release of surefire. Thanks to Wendy for spotting it.

Modified:
    maven/surefire/trunk/pom.xml

Modified: maven/surefire/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/pom.xml?view=diff&rev=516304&r1=516303&r2=516304
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Thu Mar  8 21:09:27 2007
@@ -168,7 +168,7 @@
             </plugin>
             <plugin>
               <artifactId>maven-surefire-plugin</artifactId>
-              <version>2.2</version>
+              <version>2.3</version>
               <configuration>
                 <forkMode>once</forkMode>
                 <childDelegation>true</childDelegation>