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 0fd27a2 Update POM version for Apache Commons Parent release ${project.version} 0fd27a2 is described below commit 0fd27a2962b49dce17e6825d3d0a3f9d506164cd Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 30 13:03:19 2023 -0400 Update POM version for Apache Commons Parent release ${project.version} --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 62ecf4b..397290c 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>63-SNAPSHOT</version> + <version>63</version> <packaging>pom</packaging> <name>Apache Commons Parent</name> <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description> @@ -91,7 +91,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>2023-09-05T16:36:53Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-09-30T16:56:14Z</project.build.outputTimestamp> <commons.release.version>${project.version}</commons.release.version> <commons.rc.version>RC1</commons.rc.version> <commons.jira.id>COMMONSSITE</commons.jira.id>