You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/02/06 00:35:09 UTC

svn commit: r1067550 - /maven/maven-3/trunk/pom.xml

Author: olamy
Date: Sat Feb  5 23:35:08 2011
New Revision: 1067550

URL: http://svn.apache.org/viewvc?rev=1067550&view=rev
Log:
upgrade to surefire 2.7.2 which is more faster

Modified:
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=1067550&r1=1067549&r2=1067550&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Sat Feb  5 23:35:08 2011
@@ -404,6 +404,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.7.2</version>
           <configuration>
             <argLine>-Xmx256m</argLine>
           </configuration>