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 330a19f [CLI-318] Inconsistent date format in changes report 330a19f is described below commit 330a19f88b45e28c3e226290598862dc8b1e4cf1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jun 30 07:45:03 2023 -0400 [CLI-318] Inconsistent date format in changes report --- src/changes/changes.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 58222a7..0b4beb7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,6 +46,9 @@ <action dev="ggregory" type="fix" due-to="step-security-bot, Gary Gregory"> [StepSecurity] ci: Harden GitHub Actions #176. </action> + <action dev="ggregory" type="fix" due-to="Alexander Veit, Gary Gregory" issue="CLI-318"> + Inconsistent date format in changes report. + </action> <!-- ADD --> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory"> Add github/codeql-action. @@ -94,7 +97,7 @@ Update JUnit 4 to 5 vintage. </action> </release> - <release version="1.5.0" date="10-23-2021" description="New features and bug fixes (Java 7)."> + <release version="1.5.0" date="2021-10-23" description="New features and bug fixes (Java 7)."> <!-- FIX --> <action type="fix" dev="ggregory" due-to="Gary Gregory"> Fix NPE in DefaultParser.isLongOption(String).