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 c92828a71 Prepare for the next release candidate c92828a71 is described below commit c92828a71367a4208d380e614f633d0196b5ad27 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jun 15 02:07:29 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 279c63bfc..c034acf29 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-M2-SNAPSHOT</version> + <version>4.5.0-M2</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-04-02T19:45:41Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-06-15T02:00:47Z</project.build.outputTimestamp> <!-- JaCoCo: Don't make code coverage worse than: --> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> <commons.jacoco.classRatio>0.96</commons.jacoco.classRatio>