You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/12/28 14:18:35 UTC

svn commit: r1426502 - /commons/proper/commons-parent/trunk/pom.xml

Author: ggregory
Date: Fri Dec 28 13:18:35 2012
New Revision: 1426502

URL: http://svn.apache.org/viewvc?rev=1426502&view=rev
Log:
Update to Surefire 2.13.

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1426502&r1=1426501&r2=1426502&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Fri Dec 28 13:18:35 2012
@@ -36,8 +36,8 @@
 
 <!--
 Version 28:
-          maven-surefire-plugin              2.12.3 -> 2.12.4
-          maven-surefire-report-plugin       2.12.3 -> 2.12.4
+          maven-surefire-plugin              2.12.3 -> 2.13
+          maven-surefire-report-plugin       2.12.3 -> 2.13
           cobertura-maven-plugin             2.5.1  -> 2.5.2
           buildnumber-maven-plugin           1.1    -> 1.2 
           maven-assembly-plugin              2.3    -> 2.4
@@ -1154,8 +1154,8 @@ http://svn.apache.org/repos/asf/commons/
     <commons.surefire.java />
 
     <!-- plugin versions (allows same value in reporting and build sections) -->
-    <commons.surefire.version>2.12.4</commons.surefire.version>
-    <commons.surefire-report.version>2.12.4</commons.surefire-report.version>
+    <commons.surefire.version>2.13</commons.surefire.version>
+    <commons.surefire-report.version>2.13</commons.surefire-report.version>
     <commons.javadoc.version>2.9</commons.javadoc.version>
     <commons.rat.version>0.8</commons.rat.version>
     <commons.changes.version>2.8</commons.changes.version>