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/05/03 10:38:54 UTC

svn commit: r1098966 - /maven/indexer/trunk/pom.xml

Author: olamy
Date: Tue May  3 08:38:54 2011
New Revision: 1098966

URL: http://svn.apache.org/viewvc?rev=1098966&view=rev
Log:
upgrade surefire version

Modified:
    maven/indexer/trunk/pom.xml

Modified: maven/indexer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1098966&r1=1098965&r2=1098966&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Tue May  3 08:38:54 2011
@@ -178,7 +178,7 @@ under the License.
 
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.5</version>
+        <version>2.8.1</version>
         <configuration>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>
         </configuration>