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 2019/05/05 22:00:21 UTC

[commons-parent] branch master updated: Maven Surefire and Failsafe plugins 2.22.1 -> 2.22.2.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 468ccf3  Maven Surefire and Failsafe plugins 2.22.1 -> 2.22.2.
468ccf3 is described below

commit 468ccf3357ebb9a0c9c204b2574f33cd83f1b71f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun May 5 18:00:14 2019 -0400

    Maven Surefire and Failsafe plugins 2.22.1 -> 2.22.2.
    
    Tested with Apache Commons Text git master.
---
 pom.xml                 | 6 +++---
 src/changes/changes.xml | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e60f62b..dfaeadf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1640,9 +1640,9 @@
     <!-- plugin versions (allows same value in reporting and build sections; also allows easy override) -->
     <commons.build-plugin.version>1.10</commons.build-plugin.version>
     <commons.release-plugin.version>1.6</commons.release-plugin.version>
-    <commons.surefire.version>2.22.1</commons.surefire.version>
-    <commons.failsafe.version>2.22.1</commons.failsafe.version>
-    <commons.surefire-report.version>2.22.1</commons.surefire-report.version>
+    <commons.surefire.version>2.22.2</commons.surefire.version>
+    <commons.failsafe.version>2.22.2</commons.failsafe.version>
+    <commons.surefire-report.version>2.22.2</commons.surefire-report.version>
     <commons.javadoc.version>3.1.0</commons.javadoc.version>
     <commons.rat.version>0.13</commons.rat.version>
     <commons.changes.version>2.12.1</commons.changes.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ff6d32b..442d2c5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -71,6 +71,7 @@ The <action> type attribute can be add,update,fix,remove.
             <action type="update" dev="ggregory">commons.compiler.version 3.8.0 ->3.8.1.</action>
             <action type="update" dev="ggregory">Add properties commons.javadoc6.java.link through commons.javadoc12.java.link</action>
             <action type="update" dev="ggregory">Add properties commons.javadoc.javaee5.link through commons.javadoc.javaee7.link</action>
+            <action type="update" dev="ggregory">Maven Surefire and Failsafe plugins 2.22.1 -> 2.22.2</action>
         </release>
         
         <release version="48" date="2019-03-20" description="Release version 47">