This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/release by this push:
new 4107624de Prepare for the release candidate 4.6.0 RC1
4107624de is described below
commit 4107624de41aeed37985d2a069fad41992fd71a2
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Aug 6 10:01:02 2026 +0000
Prepare for the release candidate 4.6.0 RC1
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index b0541f583..d460e5e40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-collections4</artifactId>
- <version>4.6.0-SNAPSHOT</version>
+ <version>4.6.0</version>
<name>Apache Commons Collections</name>
<inceptionYear>2001</inceptionYear>
<description>The Apache Commons Collections package contains types that
extend and augment the Java Collections Framework.</description>
@@ -138,7 +138,7 @@
<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>
+
<project.build.outputTimestamp>2026-08-06T09:54:32Z</project.build.outputTimestamp>
<!-- MathJax configuration. See the maven-javadoc-plugin plugin. -->
<mathjax.url>https://commons.apache.org/js/mathjax/tex-mml-chtml.js</mathjax.url>
<!-- JaCoCo: Don't make code coverage worse than: -->