Skip to content

Commit d0d7b4e

Browse files
committed
Clarifies Java platform requirement
1 parent fb92585 commit d0d7b4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ for working with the command line arguments and options.
7878

7979
Apache Commons CLI provides a simple API for presenting, processing and validating a Command Line Interface.
8080

81-
New features and bug fixes (Java 7).
81+
New features and bug fixes (Java 7 or above).
8282

8383
Changes in this version include:
8484

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
Update JUnit 4 to 5 vintage.
116116
</action>
117117
</release>
118-
<release version="1.5.0" date="2021-10-23" description="New features and bug fixes (Java 7).">
118+
<release version="1.5.0" date="2021-10-23" description="New features and bug fixes (Java 7 or above).">
119119
<!-- FIX -->
120120
<action type="fix" dev="ggregory" due-to="Gary Gregory">
121121
Fix NPE in DefaultParser.isLongOption(String).

0 commit comments

Comments
 (0)