This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 4e94020 Next version will be 1.8.0
4e94020 is described below
commit 4e9402056a5befba0f5b6596c62f8b4af4876939
Author: Gary Gregory <[email protected]>
AuthorDate: Sat May 11 13:38:29 2024 -0400
Next version will be 1.8.0
---
pom.xml | 6 +++---
src/changes/changes.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5fbe669..f3a2189 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.7.1-SNAPSHOT</version>
+ <version>1.8.0-SNAPSHOT</version>
<name>Apache Commons CLI</name>
<inceptionYear>2002</inceptionYear>
@@ -76,8 +76,8 @@
<maven.compiler.target>1.8</maven.compiler.target>
<commons.componentid>cli</commons.componentid>
<commons.module.name>org.apache.commons.cli</commons.module.name>
- <commons.release.version>1.7.1</commons.release.version>
- <commons.release.next>1.7.2</commons.release.next>
+ <commons.release.version>1.8.0</commons.release.version>
+ <commons.release.next>1.8.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>RC1</commons.rc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0c97bc5..47b3833 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,7 +22,7 @@
<title>Apache Commons CLI Release Notes</title>
</properties>
<body>
- <release version="1.7.1" date="YYYY-MM-DD" description="This release
contains new features and bug fixes and requires Java 8 or above.">
+ <release version="1.8.0" date="YYYY-MM-DD" description="This release
contains new features and bug fixes and requires Java 8 or above.">
<!-- ADD -->
<action type="add" issue="CLI-332" dev="ggregory" due-to="Claude Warren,
Gary Gregory">Add optional HelpFormatter Function to document Deprecated
options #271.</action>
<!-- FIX -->