You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/07/22 20:24:58 UTC

[commons-parent] 01/01: Update POM version numbers for Apache Commons Parent release 59

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

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

commit 86b1b6f9575219f9009cdc89ddf3f1450e9f8982
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jul 22 16:22:49 2023 -0400

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

diff --git a/pom.xml b/pom.xml
index 26b1a67..828ebb4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>59-SNAPSHOT</version>
+  <version>59</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-05-23T21:34:24Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-07-22T20:12:34Z</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>