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/03/13 20:59:19 UTC

svn commit: r1081212 - /maven/release/trunk/pom.xml

Author: olamy
Date: Sun Mar 13 19:59:19 2011
New Revision: 1081212

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

Modified:
    maven/release/trunk/pom.xml

Modified: maven/release/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/release/trunk/pom.xml?rev=1081212&r1=1081211&r2=1081212&view=diff
==============================================================================
--- maven/release/trunk/pom.xml (original)
+++ maven/release/trunk/pom.xml Sun Mar 13 19:59:19 2011
@@ -160,7 +160,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.7.2</version>
+          <version>2.8</version>
         </plugin>
       </plugins>
     </pluginManagement>