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
The following commit(s) were added to refs/heads/master by this push: new 6e02e0f Update properties for next release 6e02e0f is described below commit 6e02e0fb948d8dab9f15d6f88c590df9c6a52987 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed May 15 13:00:54 2024 -0400 Update properties for next release --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 250c58c..c7929f6 100644 --- a/pom.xml +++ b/pom.xml @@ -43,9 +43,9 @@ 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.3.2</commons.release.version> - <commons.release.next>1.3.3</commons.release.next> - <commons.bc.version>1.3.1</commons.bc.version> + <commons.release.version>1.3.3</commons.release.version> + <commons.release.next>1.3.4</commons.release.next> + <commons.bc.version>1.3.2</commons.bc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.jira.id>LOGGING</commons.jira.id> <commons.jira.pid>12310484</commons.jira.pid>