This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to annotated tag commons-parent-62-RC1 in repository https://gitbox.apache.org/repos/asf/commons-parent.git
commit b07ecd5204794c818d0c885c05944c83830b3577 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Sep 2 09:53:06 2023 -0400 Update POM version numbers for Apache Commons Parent release 62 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index feab22b..98a2f69 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>62-SNAPSHOT</version> + <version>62</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-08-29T19:37:47Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-09-02T13:52:36Z</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>