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-dbcp.git
commit c56a6a4965747f03735969e06f8fc3947b7c1dac Author: Gary Gregory <[email protected]> AuthorDate: Sun Jul 3 08:40:46 2022 -0400 Bump maven-surefire-plugin 2.22.2 to 3.0.0-M7 --- pom.xml | 1 + src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 0bf6eac2..cfc76102 100644 --- a/pom.xml +++ b/pom.xml @@ -323,6 +323,7 @@ <commons.jira.id>DBCP</commons.jira.id> <commons.jira.pid>12310469</commons.jira.pid> <!-- Override CP version until that is updated --> + <commons.surefire.version>3.0.0-M7</commons.surefire.version> <commons.checkstyle-plugin.version>3.1.2</commons.checkstyle-plugin.version> <commons.checkstyle.version>9.3</commons.checkstyle.version> <commons.javadoc.version>3.4.0</commons.javadoc.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f7c7627f..117256bf 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -166,6 +166,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Gary Gregory"> Bump JaCoCo from 0.8.7 to 0.8.8. </action> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + Bump maven-surefire-plugin 2.22.2 to 3.0.0-M7. + </action> </release> <release version="2.9.0" date="2021-07-30" description="This is a minor release, including bug fixes and enhancements."> <!-- ADD -->
