You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/11/02 12:39:41 UTC

(commons-cli) branch master updated: Clarifies Java platform requirement

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 d0d7b4e  Clarifies Java platform requirement
d0d7b4e is described below

commit d0d7b4e82a931c1a8a5c9ce1d0d820239352c9fa
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Nov 2 08:39:37 2023 -0400

    Clarifies Java platform requirement
---
 RELEASE-NOTES.txt       | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index b69838d..240789f 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -78,7 +78,7 @@ for working with the command line arguments and options.
 
 Apache Commons CLI provides a simple API for presenting, processing and validating a Command Line Interface.
 
-New features and bug fixes (Java 7).
+New features and bug fixes (Java 7 or above).
 
 Changes in this version include:
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6f2e0e1..f8ab1c2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -115,7 +115,7 @@
         Update JUnit 4 to 5 vintage.
       </action>
     </release>
-    <release version="1.5.0" date="2021-10-23" 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 or above).">
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Gary Gregory">
         Fix NPE in DefaultParser.isLongOption(String).