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-logging.git
commit e3923d5d59b4dfa4dd45f077412c7fc06d185453 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 2 12:06:10 2023 -0400 Update release versions --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f0a9a8a..0ef426a 100644 --- a/pom.xml +++ b/pom.xml @@ -549,8 +549,8 @@ under the License. <maven.compiler.target>${commons.logging.javaversion}</maven.compiler.target> <commons.componentid>logging</commons.componentid> <commons.module.name>org.apache.commons.logging</commons.module.name> - <commons.release.version>1.2</commons.release.version> - <commons.bc.version>1.1.3</commons.bc.version> + <commons.release.version>1.3.0</commons.release.version> + <commons.bc.version>1.2</commons.bc.version> <commons.rc.version>RC1</commons.rc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.jira.id>LOGGING</commons.jira.id>