You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2013/01/30 20:19:37 UTC

svn commit: r1440594 - /activemq/trunk/pom.xml

Author: tabish
Date: Wed Jan 30 19:19:37 2013
New Revision: 1440594

URL: http://svn.apache.org/viewvc?rev=1440594&view=rev
Log:
Bumping surefire to v2.13 since it fixes some problems with empty report files that happens with some of our failing tests.

Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=1440594&r1=1440593&r2=1440594&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Wed Jan 30 19:19:37 2013
@@ -135,7 +135,7 @@
 
     <!-- Maven Plugin Version for this Project -->
     <maven-bundle-plugin-version>2.3.7</maven-bundle-plugin-version>
-    <maven-surefire-plugin-version>2.10</maven-surefire-plugin-version>
+    <maven-surefire-plugin-version>2.13</maven-surefire-plugin-version>
     <maven-antrun-plugin-version>1.3</maven-antrun-plugin-version>
     <maven-assembly-plugin-version>2.3</maven-assembly-plugin-version>
     <maven-release-plugin-version>2.2.1</maven-release-plugin-version>