You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2011/12/05 13:49:28 UTC

svn commit: r1210437 - /archiva/trunk/pom.xml

Author: olamy
Date: Mon Dec  5 12:49:27 2011
New Revision: 1210437

URL: http://svn.apache.org/viewvc?rev=1210437&view=rev
Log:
use surefire 2.11

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1210437&r1=1210436&r2=1210437&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Mon Dec  5 12:49:27 2011
@@ -1626,7 +1626,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.9</version>
+          <version>2.11</version>
           <configuration>
             <redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
             <runOrder>alphabetical</runOrder>