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 698b238 Rest commons.rc.version
698b238 is described below
commit 698b238276c0e22e97e4aec703a0b00201d29666
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 10 09:05:37 2024 -0400
Rest commons.rc.version
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6d9ee33..2c37ace 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
<commons.release.next>1.9.1</commons.release.next>
<commons.release.name>commons-cli-${commons.release.version}</commons.release.name>
<commons.release.isDistModule>true</commons.release.isDistModule>
- <commons.rc.version>RC2</commons.rc.version>
+ <commons.rc.version>RC1</commons.rc.version>
<commons.bc.version>1.8.0</commons.bc.version>
<commons.osgi.symbolicName>org.apache.commons.cli</commons.osgi.symbolicName>
<commons.jira.id>CLI</commons.jira.id>