This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 6a8a3860e Updates for the next release
new 3ff49116a Merge branch 'master' of
https://github.com/apache/commons-collections.git
6a8a3860e is described below
commit 6a8a3860e47a4345807d74cdfac5b9cbc81ca324
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 12 14:59:44 2026 +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 4eb00d9a4..76c142767 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,8 +124,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.6.0</commons.release.version>
- <commons.release.next>4.6.1</commons.release.next>
+ <commons.release.version>4.6.1</commons.release.version>
+ <commons.release.next>4.6.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>
@@ -135,7 +135,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.5.0</commons.bc.version>
+ <commons.bc.version>4.6.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>2026-08-10T11:46:52Z</project.build.outputTimestamp>