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 2013/05/08 19:13:49 UTC

svn commit: r1480358 - in /commons/proper/commons-parent/trunk: RELEASE-NOTES.txt pom.xml

Author: ggregory
Date: Wed May  8 17:13:49 2013
New Revision: 1480358

URL: http://svn.apache.org/r1480358
Log:
Use the current version of Surefire.

Modified:
    commons/proper/commons-parent/trunk/RELEASE-NOTES.txt
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/RELEASE-NOTES.txt?rev=1480358&r1=1480357&r2=1480358&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/commons-parent/trunk/RELEASE-NOTES.txt Wed May  8 17:13:49 2013
@@ -13,8 +13,8 @@ Changes in this version include:
 Changes:
 o                   removed cobertura-maven-plugin
                     added jacoco-maven-plugin          0.6.2.201302030002
-                    maven-surefire-plugin              2.13 -> 2.14
-                    maven-surefire-report-plugin       2.13 -> 2.14
+                    maven-surefire-plugin              2.13 -> 2.14.1
+                    maven-surefire-report-plugin       2.13 -> 2.14.1
 
 
 Historical list of changes: http://commons.apache.org/changes-report.html

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1480358&r1=1480357&r2=1480358&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Wed May  8 17:13:49 2013
@@ -37,8 +37,8 @@
 Version 29:
           cobertura-maven-plugin             2.5.2 -> removed
           jacoco-maven-plugin                      -> 0.6.2.201302030002
-          maven-surefire-plugin              2.13  -> 2.14
-          maven-surefire-report-plugin       2.13  -> 2.14
+          maven-surefire-plugin              2.13  -> 2.14.1
+          maven-surefire-report-plugin       2.13  -> 2.14.1
           
 For full details see:
 http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-29/RELEASE-NOTES.txt
@@ -1208,8 +1208,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.14</commons.surefire.version>
-    <commons.surefire-report.version>2.14</commons.surefire-report.version>
+    <commons.surefire.version>2.14.1</commons.surefire.version>
+    <commons.surefire-report.version>2.14.1</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>