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 c6e9367b Updates for the next release
c6e9367b is described below
commit c6e9367bf921eb9deafe544c80e02dec305aa196
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 12 21:39:02 2025 +0000
Updates for the next release
---
src/changes/changes.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 269763f5..7e291819 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -22,6 +22,11 @@
<title>Apache Commons CLI Release Notes</title>
</properties>
<body>
+ <release version="1.11.1" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
+ <!-- FIX -->
+ <!-- ADD -->
+ <!-- UPDATE -->
+ </release>
<release version="1.11.0" date="2025-11-08" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
<action type="fix" issue="CLI-351" dev="ggregory" due-to="Damien
Carbonne, Claude Warren, Gary Gregory">Multiple trailing BREAK_CHAR_SET
characters cause infinite loop in HelpFormatter.</action>