This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
from 62d1ba73 Normalize builder pattern
new 4535fae1 CommandLine.Builder implements Supplier<CommandLine>
new 59cad49a The next release will be 1.10.0
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pom.xml | 8 ++++----
src/changes/changes.xml | 3 ++-
src/main/java/org/apache/commons/cli/CommandLine.java | 19 ++++++++++++++++---
.../java/org/apache/commons/cli/DefaultParser.java | 2 +-
src/main/java/org/apache/commons/cli/Parser.java | 2 +-
.../java/org/apache/commons/cli/CommandLineTest.java | 12 +++++++++++-
6 files changed, 35 insertions(+), 11 deletions(-)