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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push: new cb3bce2 Bump versions cb3bce2 is described below commit cb3bce278dd77769c342ba4dea840f7dd6c77357 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jun 28 15:50:53 2023 -0400 Bump versions --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 82a57a0..0ec98f4 100644 --- a/pom.xml +++ b/pom.xml @@ -127,8 +127,8 @@ <project.reporting.outputEncoding>${commons.encoding}</project.reporting.outputEncoding> <commons.release.isDistModule>true</commons.release.isDistModule> - <commons.release.version>1.8.1</commons.release.version> - <commons.bc.version>1.7</commons.bc.version> + <commons.release.version>1.8.2</commons.release.version> + <commons.bc.version>1.8.1</commons.bc.version> <commons.rc.version>RC1</commons.rc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>