You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/01/01 21:40:31 UTC

[logging-log4j-tools] branch release-2.x updated: Update Surefire and Failsafe from 2.19.1 to 3.0.0-M5.

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

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new c3f4613  Update Surefire and Failsafe from 2.19.1 to 3.0.0-M5.
c3f4613 is described below

commit c3f4613a4f09eac644c6d6937bf3aa0e6e2c4b11
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 1 16:40:29 2022 -0500

    Update Surefire and Failsafe from 2.19.1 to 3.0.0-M5.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e64d992..81bfd7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -187,8 +187,8 @@
     <javadoc.plugin.version>3.3.1</javadoc.plugin.version>
     <!-- surefire.plugin.version 2.18 yields http://jira.codehaus.org/browse/SUREFIRE-1121, which is fixed in 2.18.1 -->
     <!-- surefire.plugin.version 2.19 yields https://issues.apache.org/jira/browse/SUREFIRE-1193. -->
-    <surefire.plugin.version>2.19.1</surefire.plugin.version>
-    <failsafe.plugin.version>2.19.1</failsafe.plugin.version>
+    <surefire.plugin.version>3.0.0-M5</surefire.plugin.version>
+    <failsafe.plugin.version>3.0.0-M5</failsafe.plugin.version>
     <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
     <rat.plugin.version>0.12</rat.plugin.version>
     <pdf.plugin.version>1.2</pdf.plugin.version>