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 80a06be Prepare for the next release candidate 80a06be is described below commit 80a06beec388a53716605075a35c8ce03e922b3d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Oct 5 19:07:18 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 ff53b03..800ffe1 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>77-SNAPSHOT</version> + <version>77</version> <packaging>pom</packaging> <name>Apache Commons Parent</name> <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description> @@ -78,7 +78,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-09-28T20:37:08Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-10-05T19:05:30Z</project.build.outputTimestamp> <commons.release.version>77</commons.release.version> <commons.release.next>78</commons.release.next> <commons.rc.version>RC1</commons.rc.version>