Skip to content

Commit 9eb0298

Browse files
committed
Prepare for the next release candidate
1 parent 2ff5d7b commit 9eb0298

File tree

4 files changed

+57
-17
lines changed

4 files changed

+57
-17
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Apache Commons CLI
4545

4646
[![Java CI](https://github.com/apache/commons-cli/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-cli/actions/workflows/maven.yml)
4747
[![Maven Central](https://img.shields.io/maven-central/v/commons-cli/commons-cli?label=Maven%20Central)](https://search.maven.org/artifact/commons-cli/commons-cli)
48-
[![Javadocs](https://javadoc.io/badge/commons-cli/commons-cli/1.10.0.svg)](https://javadoc.io/doc/commons-cli/commons-cli/1.10.0)
48+
[![Javadocs](https://javadoc.io/badge/commons-cli/commons-cli/1.11.0.svg)](https://javadoc.io/doc/commons-cli/commons-cli/1.11.0)
4949
[![CodeQL](https://github.com/apache/commons-cli/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-cli/actions/workflows/codeql-analysis.yml)
5050
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-cli/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-cli)
5151

@@ -68,7 +68,7 @@ Alternatively, you can pull it from the central Maven repositories:
6868
<dependency>
6969
<groupId>commons-cli</groupId>
7070
<artifactId>commons-cli</artifactId>
71-
<version>1.10.0</version>
71+
<version>1.11.0</version>
7272
</dependency>
7373
```
7474

@@ -89,7 +89,7 @@ There are some guidelines which will make applying PRs easier for us:
8989
+ Respect the existing code style for each file.
9090
+ Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
9191
+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running `mvn`.
92-
+ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, which contains all build checks.
92+
+ Before you push a PR, run `mvn` (without arguments). This runs the default goal which contains all build checks.
9393
+ To see the code coverage report, regardless of coverage failures, run `mvn clean site -Dcommons.jacoco.haltOnFailure=false -Pjacoco`
9494

9595
If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).

RELEASE-NOTES.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
Apache Commons CLI 1.11.0 Release Notes
2+
---------------------------------------
3+
4+
The Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.
5+
6+
Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
7+
8+
This is a feature and maintenance release. Java 8 or later is required.
9+
10+
11+
New Features
12+
------------
13+
14+
* Add CommandLine.getOptionCount() to measure option repetition #396. Thanks to David Larochette, Gary Gregory.
15+
16+
Fixed Bugs
17+
----------
18+
19+
* CLI-351: Multiple trailing BREAK_CHAR_SET characters cause infinite loop in HelpFormatter. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.
20+
21+
Updates
22+
-------
23+
24+
* Bump org.apache.commons:commons-parent from 85 to 91 #393. Thanks to Gary Gregory, Dependabot.
25+
26+
27+
Historical list of changes: https://commons.apache.org/proper/commons-cli/changes.html
28+
29+
For complete information on Apache Commons CLI, including instructions on how to submit bug reports,
30+
patches, or suggestions for improvement, see the Apache Commons CLI website:
31+
32+
https://commons.apache.org/proper/commons-cli/
33+
34+
Download page: https://commons.apache.org/proper/commons-cli/download_cli.cgi
35+
36+
Have fun!
37+
The Apache Commons Team
38+
39+
------------------------------------------------------------------------------
40+
141
Apache Commons CLI 1.10.0 Release Notes
242
---------------------------------------
343

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<title>Apache Commons CLI Release Notes</title>
2323
</properties>
2424
<body>
25-
<release version="1.11.0" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
25+
<release version="1.11.0" date="2025-10-30" description="This is a feature and maintenance release. Java 8 or later is required.">
2626
<!-- FIX -->
2727
<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>
2828
<!-- ADD -->

src/site/xdoc/download_cli.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -115,32 +115,32 @@ limitations under the License.
115115
</p>
116116
</subsection>
117117
</section>
118-
<section name="Apache Commons CLI 1.10.0 ">
118+
<section name="Apache Commons CLI 1.11.0 ">
119119
<subsection name="Binaries">
120120
<table>
121121
<tr>
122-
<td><a href="[preferred]/commons/cli/binaries/commons-cli-1.10.0-bin.tar.gz">commons-cli-1.10.0-bin.tar.gz</a></td>
123-
<td><a href="https://downloads.apache.org/commons/cli/binaries/commons-cli-1.10.0-bin.tar.gz.sha512">sha512</a></td>
124-
<td><a href="https://downloads.apache.org/commons/cli/binaries/commons-cli-1.10.0-bin.tar.gz.asc">pgp</a></td>
122+
<td><a href="[preferred]/commons/cli/binaries/commons-cli-1.11.0-bin.tar.gz">commons-cli-1.11.0-bin.tar.gz</a></td>
123+
<td><a href="https://downloads.apache.org/commons/cli/binaries/commons-cli-1.11.0-bin.tar.gz.sha512">sha512</a></td>
124+
<td><a href="https://downloads.apache.org/commons/cli/binaries/commons-cli-1.11.0-bin.tar.gz.asc">pgp</a></td>
125125
</tr>
126126
<tr>
127-
<td><a href="[preferred]/commons/cli/binaries/commons-cli-1.10.0-bin.zip">commons-cli-1.10.0-bin.zip</a></td>
128-
<td><a href="https://downloads.apache.org/commons/cli/binaries/commons-cli-1.10.0-bin.zip.sha512">sha512</a></td>
129-
<td><a href="https://downloads.apache.org/commons/cli/binaries/commons-cli-1.10.0-bin.zip.asc">pgp</a></td>
127+
<td><a href="[preferred]/commons/cli/binaries/commons-cli-1.11.0-bin.zip">commons-cli-1.11.0-bin.zip</a></td>
128+
<td><a href="https://downloads.apache.org/commons/cli/binaries/commons-cli-1.11.0-bin.zip.sha512">sha512</a></td>
129+
<td><a href="https://downloads.apache.org/commons/cli/binaries/commons-cli-1.11.0-bin.zip.asc">pgp</a></td>
130130
</tr>
131131
</table>
132132
</subsection>
133133
<subsection name="Source">
134134
<table>
135135
<tr>
136-
<td><a href="[preferred]/commons/cli/source/commons-cli-1.10.0-src.tar.gz">commons-cli-1.10.0-src.tar.gz</a></td>
137-
<td><a href="https://downloads.apache.org/commons/cli/source/commons-cli-1.10.0-src.tar.gz.sha512">sha512</a></td>
138-
<td><a href="https://downloads.apache.org/commons/cli/source/commons-cli-1.10.0-src.tar.gz.asc">pgp</a></td>
136+
<td><a href="[preferred]/commons/cli/source/commons-cli-1.11.0-src.tar.gz">commons-cli-1.11.0-src.tar.gz</a></td>
137+
<td><a href="https://downloads.apache.org/commons/cli/source/commons-cli-1.11.0-src.tar.gz.sha512">sha512</a></td>
138+
<td><a href="https://downloads.apache.org/commons/cli/source/commons-cli-1.11.0-src.tar.gz.asc">pgp</a></td>
139139
</tr>
140140
<tr>
141-
<td><a href="[preferred]/commons/cli/source/commons-cli-1.10.0-src.zip">commons-cli-1.10.0-src.zip</a></td>
142-
<td><a href="https://downloads.apache.org/commons/cli/source/commons-cli-1.10.0-src.zip.sha512">sha512</a></td>
143-
<td><a href="https://downloads.apache.org/commons/cli/source/commons-cli-1.10.0-src.zip.asc">pgp</a></td>
141+
<td><a href="[preferred]/commons/cli/source/commons-cli-1.11.0-src.zip">commons-cli-1.11.0-src.zip</a></td>
142+
<td><a href="https://downloads.apache.org/commons/cli/source/commons-cli-1.11.0-src.zip.sha512">sha512</a></td>
143+
<td><a href="https://downloads.apache.org/commons/cli/source/commons-cli-1.11.0-src.zip.asc">pgp</a></td>
144144
</tr>
145145
</table>
146146
</subsection>

0 commit comments

Comments
 (0)