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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 6544482b9 Updates for the next release
6544482b9 is described below

commit 6544482b908082fa204f9e15c8ce77fbc0af47aa
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Apr 22 19:23:18 2025 +0000

    Updates for the next release
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8637029ea..d720455d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,8 +103,8 @@
     <commons.componentid>collections</commons.componentid>
     <commons.module.name>org.apache.commons.collections4</commons.module.name>
     <!-- Current 4.x release series -->
-    <commons.release.version>4.5.0</commons.release.version>
-    <commons.release.next>4.5.1</commons.release.next>
+    <commons.release.version>4.5.1</commons.release.version>
+    <commons.release.next>4.5.2</commons.release.next>
     <commons.release.desc>(Requires Java 8 or above)</commons.release.desc>
     <commons.jira.id>COLLECTIONS</commons.jira.id>
     <commons.jira.pid>12310465</commons.jira.pid>
@@ -114,7 +114,7 @@
     
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-collections</commons.scmPubUrl>
     
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <!--Commons Release Plugin -->
-    <commons.bc.version>4.4</commons.bc.version>
+    <commons.bc.version>4.5.0</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
     
<project.build.outputTimestamp>2025-04-22T19:14:37Z</project.build.outputTimestamp>

Reply via email to