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 077f0214 Fix action type for "add" actions 077f0214 is described below commit 077f02148a6b9bf8725f2176d435b42644b880f0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Nov 12 14:11:33 2024 -0500 Fix action type for "add" actions --- src/changes/changes.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 73fa4334..11fc5d63 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,10 +24,10 @@ <body> <release version="1.10.0" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> - <action type="add" dev="ggregory" due-to="Gary Gregory">Deprecate CommandLine.Builder() in favor of CommandLine.builder().</action> - <action type="add" dev="ggregory" due-to="Gary Gregory">Deprecate DeprecatedAttributes.Builder() in favor of DeprecatedAttributes.builder().</action> - <action type="add" dev="ggregory" due-to="Dávid Szigecsán">Refactor default parser test #294.</action> - <action type="add" dev="ggregory" due-to="Gary Gregory">Port to JUnit 5.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate CommandLine.Builder() in favor of CommandLine.builder().</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate DeprecatedAttributes.Builder() in favor of DeprecatedAttributes.builder().</action> + <action type="fix" dev="ggregory" due-to="Dávid Szigecsán">Refactor default parser test #294.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Port to JUnit 5.</action> <!-- ADD --> <action type="add" issue="CLI-339" dev="ggregory" due-to="Claude Warren, Gary Gregory">Help formatter extension in the new package #314.</action> <action type="add" dev="ggregory" due-to="Gary Gregory">CommandLine.Builder implements Supplier<CommandLine>.</action>