This is an automated email from the ASF dual-hosted git repository. ggregory 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 7f7fb0244 Prepare for the release candidate 4.5.0 RC1 7f7fb0244 is described below commit 7f7fb0244abc940a2e9dd28b67508c0483a58c3e Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Apr 19 13:58:13 2025 +0000 Prepare for the release candidate 4.5.0 RC1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 466b3c98e..e01679f9a 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-collections4</artifactId> - <version>4.5.0-SNAPSHOT</version> + <version>4.5.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> @@ -117,7 +117,7 @@ <commons.bc.version>4.4</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>2024-12-18T21:13:07Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-04-19T13:48:38Z</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: -->