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-build-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 1a855b9 - Bump commons.spotbugs.version from 4.2.0 to 4.2.3. - Bump commons.spotbugs.impl.version from 4.2.0 to 4.2.3. 1a855b9 is described below commit 1a855b933a3a6f566d7407d3c438fb5b655b65d4 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun May 16 19:17:39 2021 -0400 - Bump commons.spotbugs.version from 4.2.0 to 4.2.3. - Bump commons.spotbugs.impl.version from 4.2.0 to 4.2.3. --- pom.xml | 4 ++-- src/changes/changes.xml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 742110f..8e8403f 100644 --- a/pom.xml +++ b/pom.xml @@ -246,8 +246,8 @@ <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl> <commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName> <commons.releaseManagerKey>B6E73D84EA4FCC47166087253FAAD2CD5ECBB314</commons.releaseManagerKey> - <commons.spotbugs.version>4.2.0</commons.spotbugs.version> - <commons.spotbugs.impl.version>4.2.2</commons.spotbugs.impl.version> + <commons.spotbugs.version>4.2.3</commons.spotbugs.version> + <commons.spotbugs.impl.version>4.2.3</commons.spotbugs.impl.version> </properties> <profiles> <profile> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d9bc10f..25451be 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,6 +47,12 @@ <action dev="ggregory" type="update" due-to="Gary Gregory"> Bump maven-plugin-tools-ant from 3.6.0 to 3.6.1. </action> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + Bump commons.spotbugs.version from 4.2.0 to 4.2.3. + </action> + <action dev="ggregory" type="update" due-to="Gary Gregory"> + Bump commons.spotbugs.impl.version from 4.2.0 to 4.2.3. + </action> </release> <release version="1.12" date="2020-10-17" description="Feature release"> <action dev="sebb" type="update">