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-parent.git
The following commit(s) were added to refs/heads/release by this push: new 7ad3fff Prepare for the next release candidate 7ad3fff is described below commit 7ad3fff5ea3017d2dabd593da9ff034d5465cadf Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 14 19:47:15 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 c09855f..67213d0 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>75-SNAPSHOT</version> + <version>75</version> <packaging>pom</packaging> <name>Apache Commons Parent</name> <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description> @@ -79,7 +79,7 @@ <minimalJavaBuildVersion>8</minimalJavaBuildVersion> <!-- configuration bits for cutting a release candidate, must be overridden by components --> <!-- TODO How can we make project.build.outputTimestamp and changes.xml's release data the same? --> - <project.build.outputTimestamp>2024-08-27T21:59:26Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-09-14T19:45:32Z</project.build.outputTimestamp> <commons.release.version>75</commons.release.version> <commons.release.next>76</commons.release.next> <commons.rc.version>RC1</commons.rc.version>