You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2010/09/01 08:57:22 UTC

svn commit: r991447 - /shindig/trunk/pom.xml

Author: lindner
Date: Wed Sep  1 06:57:22 2010
New Revision: 991447

URL: http://svn.apache.org/viewvc?rev=991447&view=rev
Log:
surefire 2.6, even faster

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=991447&r1=991446&r2=991447&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Wed Sep  1 06:57:22 2010
@@ -736,12 +736,12 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
-            <version>2.5</version>
+            <version>2.6</version>
           </plugin>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-report-plugin</artifactId>
-            <version>2.5</version>
+            <version>2.6</version>
             <configuration>
               <parallel>both</parallel>
             </configuration>