You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/08/12 23:31:16 UTC

svn commit: r984988 - /maven/archetype/trunk/pom.xml

Author: hboutemy
Date: Thu Aug 12 21:31:16 2010
New Revision: 984988

URL: http://svn.apache.org/viewvc?rev=984988&view=rev
Log:
updated Surefire to latest 2.6

Modified:
    maven/archetype/trunk/pom.xml

Modified: maven/archetype/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=984988&r1=984987&r2=984988&view=diff
==============================================================================
--- maven/archetype/trunk/pom.xml (original)
+++ maven/archetype/trunk/pom.xml Thu Aug 12 21:31:16 2010
@@ -205,7 +205,7 @@ under the License.
         </plugin>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.3</version><!--With 2.4 2.4.1 2.4.2 2.4.3 test with proxy fails-->
+          <version>2.6</version><!--With 2.4 2.4.1 2.4.2 2.4.3 test with proxy fails-->
         </plugin>
         <plugin>
           <artifactId>maven-resources-plugin</artifactId>