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 2016/01/05 02:06:37 UTC

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

Author: ggregory
Date: Tue Jan  5 01:06:37 2016
New Revision: 1722992

URL: http://svn.apache.org/viewvc?rev=1722992&view=rev
Log:
maven-surefire-plugin 2.18.1 -> 2.19.1.

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=1722992&r1=1722991&r2=1722992&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Jan  5 01:06:37 2016
@@ -39,6 +39,7 @@ Versions 40:
 - maven-release-plugin 2.5.2 -> 2.5.3
 - buildnumber-maven-plugin 1.3 -> 1.4 (supports git SCM now)
 - maven-assembly-plugin 2.5.5 -> 2.6
+- maven-surefire-plugin 2.18.1 -> 2.19.1
 
 Version 39:
 
@@ -1396,8 +1397,8 @@ Version 39:
     <commons.surefire.java />
 
     <!-- plugin versions (allows same value in reporting and build sections) -->
-    <commons.surefire.version>2.18.1</commons.surefire.version>
-    <commons.surefire-report.version>2.18.1</commons.surefire-report.version>
+    <commons.surefire.version>2.19.1</commons.surefire.version>
+    <commons.surefire-report.version>2.19.1</commons.surefire-report.version>
     <commons.javadoc.version>2.10.3</commons.javadoc.version>
     <commons.rat.version>0.11</commons.rat.version>
     <commons.changes.version>2.11</commons.changes.version>