[hornetq-commits] JBoss hornetq SVN: r11587 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Oct 25 08:31:33 EDT 2011


Author: borges
Date: 2011-10-25 08:31:33 -0400 (Tue, 25 Oct 2011)
New Revision: 11587

Modified:
   trunk/pom.xml
Log:
Upgrade surefire plugin to 2.10

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-10-25 12:31:25 UTC (rev 11586)
+++ trunk/pom.xml	2011-10-25 12:31:33 UTC (rev 11587)
@@ -470,7 +470,7 @@
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
-               <version>2.8.1</version>
+               <version>2.10</version>
                <configuration>
                   <testFailureIgnore>true</testFailureIgnore>
                   <runOrder>alphabetical</runOrder>
@@ -481,7 +481,7 @@
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-report-plugin</artifactId>
-               <version>2.8.1</version>
+               <version>2.10</version>
             </plugin>
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>



More information about the hornetq-commits mailing list