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 2012/06/29 10:57:15 UTC

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

Author: olamy
Date: Fri Jun 29 08:57:14 2012
New Revision: 1355275

URL: http://svn.apache.org/viewvc?rev=1355275&view=rev
Log:
use last surefire version 2.12

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=1355275&r1=1355274&r2=1355275&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Fri Jun 29 08:57:14 2012
@@ -420,6 +420,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.12</version>
           <configuration>
             <argLine>-Xmx256m</argLine>
           </configuration>