This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to annotated tag commons-parent-58-RC1 in repository https://gitbox.apache.org/repos/asf/commons-parent.git
commit c25a7d3e99a113ea4d895883a3c26ea000107f8c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat May 20 09:27:43 2023 -0400 Update POM version numbers for Apache Commons Parent release 58 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e26e645..a1c12db 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ </parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>58-SNAPSHOT</version> + <version>58</version> <packaging>pom</packaging> <name>Apache Commons Parent</name> <description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description> @@ -89,7 +89,7 @@ <minimalMavenBuildVersion>3.6.3</minimalMavenBuildVersion> <!-- 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-04-26T20:49:28Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-05-20T13:25:23Z</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>