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 d2afe4d Bump properties for the next release d2afe4d is described below commit d2afe4d6863483417934444289d153c60b81d1d5 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 7 21:43:10 2025 -0500 Bump properties for the next release --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1ef8fb9..adf18f0 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.5</commons.release.version> - <commons.release.next>1.3.6</commons.release.next> - <commons.bc.version>1.3.4</commons.bc.version> + <commons.release.version>1.3.6</commons.release.version> + <commons.release.next>1.3.7</commons.release.next> + <commons.bc.version>1.3.5</commons.bc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.jira.id>LOGGING</commons.jira.id> <commons.jira.pid>12310484</commons.jira.pid>