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 cc96a449 Fix action issue
cc96a449 is described below

commit cc96a449f2b00fd1b21fbc5fdcd13167e1f91d3d
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Oct 19 08:36:50 2024 -0400

    Fix action issue
---
 src/changes/changes.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 880424a7..23291a40 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,9 +24,9 @@
   <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" issue="CLI-339" dev="ggregory" due-to="Gary 
Gregory">Deprecate CommandLine.Builder() in favor of 
CommandLine.builder().</action>
-      <action type="add" issue="CLI-339" dev="ggregory" due-to="Gary 
Gregory">Deprecate DeprecatedAttributes.Builder() in favor of 
DeprecatedAttributes.builder().</action>
-      <action type="add" issue="CLI-339" dev="ggregory" due-to="Dávid 
Szigecsán">Refactor default parser test #294.</action>
+      <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> 
       <!-- ADD -->
       <action type="add" issue="CLI-339" dev="ggregory" due-to="Claude Warren, 
Gary Gregory">Help formatter extension in the new package #314.</action>

Reply via email to