This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to annotated tag commons-parent-57-RC2
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit 21a0d410161312537687ab9188f9838af5bbd9e0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Apr 23 10:17:20 2023 -0400

    Update POM version numbers for Apache Commons Parent release 57
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e33e3ab..deab42e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>57-SNAPSHOT</version>
+  <version>57</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-22T14:00:13Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-04-23T14:16:58Z</project.build.outputTimestamp>
     <commons.release.version>${project.version}</commons.release.version>
     <commons.rc.version>RC2</commons.rc.version>
     <commons.jira.id>COMMONSSITE</commons.jira.id>

Reply via email to