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-cli.git


The following commit(s) were added to refs/heads/release by this push:
     new c4d8376  Prepare for the next release candidate
c4d8376 is described below

commit c4d8376b351df7d6485ddddb83f005483fe2a243
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat May 18 00:58:36 2024 +0000

    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 744b3f8..a4ed8d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-cli</groupId>
   <artifactId>commons-cli</artifactId>
-  <version>1.8.0-SNAPSHOT</version>
+  <version>1.8.0</version>
   <name>Apache Commons CLI</name>
   <inceptionYear>2002</inceptionYear>
   <description>
@@ -65,7 +65,7 @@
     </dependency>
   </dependencies>
   <properties>
-    
<project.build.outputTimestamp>2024-04-18T01:27:20Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2024-05-18T00:53:40Z</project.build.outputTimestamp>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <commons.componentid>cli</commons.componentid>

Reply via email to