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

commit 4d1f8bca94591be579e2e82f1533b43e31cb3e74
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jun 7 08:55:06 2024 -0400

    Prepare for the next release candidate
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f456612..95f1616 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-parent</artifactId>
-  <version>71-SNAPSHOT</version>
+  <version>71</version>
   <packaging>pom</packaging>
   <name>Apache Commons Parent</name>
   <description>The Apache Commons Parent POM provides common settings for all 
Apache Commons components.</description>
@@ -79,7 +79,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>2024-05-15T13:09:46Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2024-06-07T12:50:23Z</project.build.outputTimestamp>
     <commons.release.version>71</commons.release.version>
     <commons.release.next>72</commons.release.next>
     <commons.rc.version>RC1</commons.rc.version>

Reply via email to