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 484c1ea Prepare for the next release candidate
484c1ea is described below
commit 484c1ea7fb4123661fd36c4e506d295e348145d8
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 10 13:04:15 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 1e05519..6d9ee33 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.9.0-SNAPSHOT</version>
+ <version>1.9.0</version>
<name>Apache Commons CLI</name>
<inceptionYear>2002</inceptionYear>
<description>
@@ -71,7 +71,7 @@
</dependency>
</dependencies>
<properties>
-
<project.build.outputTimestamp>2024-05-23T21:37:00Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2024-08-10T13:01:07Z</project.build.outputTimestamp>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<commons.componentid>cli</commons.componentid>