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 2022/08/10 14:49:02 UTC

[commons-parent] branch master updated: Bump Surefire 2.22.2 to 3.0.0-M7

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 5d62dc8  Bump Surefire 2.22.2 to 3.0.0-M7
5d62dc8 is described below

commit 5d62dc87710af7ac9d8880cc56872c3d395163cd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 10 10:48:58 2022 -0400

    Bump Surefire 2.22.2 to 3.0.0-M7
---
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f8cbec2..9d158ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,8 +193,8 @@
     <commons.source-plugin.version>3.2.1</commons.source-plugin.version>
     <commons.spotbugs.plugin.version>4.7.1.1</commons.spotbugs.plugin.version>
     <commons.spotbugs.impl.version>4.7.1</commons.spotbugs.impl.version>
-    <commons.surefire-report.version>2.22.2</commons.surefire-report.version>
-    <commons.surefire.version>2.22.2</commons.surefire.version>
+    <commons.surefire-report.version>3.0.0-M7</commons.surefire-report.version>
+    <commons.surefire.version>3.0.0-M7</commons.surefire.version>
     <commons.wagon-ssh.version>3.5.2</commons.wagon-ssh.version>
 
     <!-- Default values for the download-page generation by commons-build-plugin -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cb785d8..08530ca 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -90,6 +90,7 @@ The <action> type attribute can be add,update,fix,remove.
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-enforcer-plugin from 3.0.0 to 3.1.0.</action>
            <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.wagon:wagon-ssh 3.5.1 to 3.5.2.</action>
            <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump maven-assembly-plugin from 3.3.0 to 3.4.2 #123.</action>
+           <action type="update" dev="ggregory" due-to="Gary Gregory">Bump Surefire 2.22.2 to 3.0.0-M7.</action>
         </release>
 
         <release version="53" date="2022-03-31" description="WARNING: checkstyle version has been updated; there are breaking changes which may require updates to checkstyle.xml files">