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 2f8305d6a Prepare for the next release candidate 2f8305d6a is described below commit 2f8305d6a268d51e4b41e183f6d8b61c3c1ef99b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 31 16:00:27 2024 +0000 Prepare for the next release candidate --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4e7ac2ca2..f5d9aeb96 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-M1-SNAPSHOT</version> + <version>4.5.0-M1</version> <name>Apache Commons Collections</name> <inceptionYear>2001</inceptionYear> @@ -161,7 +161,7 @@ <!--Commons Release Plugin --> <commons.bc.version>4.4</commons.bc.version> <commons.release.isDistModule>true</commons.release.isDistModule> - <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-03-31T15:51:15Z</project.build.outputTimestamp> </properties> <build>