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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 60cc3391c Clarifies Java platform requirement
60cc3391c is described below

commit 60cc3391c03a482d55a74d90daec0f7c8beb53af
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Nov 2 08:27:12 2023 -0400

    Clarifies Java platform requirement
---
 src/changes/changes.xml                                 | 4 ++--
 src/site/resources/release-notes/RELEASE-NOTES-3.10.txt | 2 +-
 src/site/resources/release-notes/RELEASE-NOTES-3.9.txt  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7fa97fdb5..e93da9d53 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -414,7 +414,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="update" 
dev="ggregory">commons.surefire.version 3.0.0-M4 -> 3.0.0-M5..</action>
   </release>
 
-  <release version="3.10" date="2020-03-22" description="New features and bug 
fixes. Requires Java 8, supports Java 9, 10, 11.">
+  <release version="3.10" date="2020-03-22" description="New features and bug 
fixes. Requires Java 8 or above, supports Java 9, 10, 11.">
     <action issue="LANG-1514" type="fix" dev="kinow" 
due-to="contextshuffling">Make test more stable by wrapping assertions in 
hashset.</action>
     <action issue="LANG-1450" type="fix" dev="chtompki">Generate Javadoc jar 
on build.</action>
     <action issue="LANG-1457" type="add" dev="ggregory">Add 
ExceptionUtils.throwableOfType(Throwable, Class) and friends.</action>
@@ -481,7 +481,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1529" type="update" dev="ggregory" due-to="Gary 
Gregory, BillCindy, Bruno P. Kinoshita">Deprecate 
org.apache.commons.lang3.ArrayUtils.removeAllOccurences(*) for 
org.apache.commons.lang3.ArrayUtils.removeAllOccurrences(*).</action>
   </release>
 
-  <release version="3.9" date="2019-04-09" description="New features and bug 
fixes. Requires Java 8, supports Java 9, 10, 11.">
+  <release version="3.9" date="2019-04-09" description="New features and bug 
fixes. Requires Java 8 or above, supports Java 9, 10, 11.">
     <action issue="LANG-1447" type="update" 
dev="chtompki">FieldUtils.removeFinalModifier(Field, boolean), in java 12
       throw exception because the final modifier is no longer mutable.</action>
     <action issue="LANG-1446" type="add" dev="chtompki">Switch coverage from 
cobertura to jacoco.</action>
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-3.10.txt 
b/src/site/resources/release-notes/RELEASE-NOTES-3.10.txt
index c77df7fa2..fcb08db1d 100644
--- a/src/site/resources/release-notes/RELEASE-NOTES-3.10.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-3.10.txt
@@ -36,7 +36,7 @@ Apache Commons Lang, a package of Java utility classes for the
 classes that are in java.lang's hierarchy, or are considered to be so
 standard as to justify existence in java.lang.
 
-New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.
+New features and bug fixes. Requires Java 8 or above, supports Java 9, 10, 11.
 
 Changes in this version include:
 
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-3.9.txt 
b/src/site/resources/release-notes/RELEASE-NOTES-3.9.txt
index 613847d80..7c14e438e 100644
--- a/src/site/resources/release-notes/RELEASE-NOTES-3.9.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-3.9.txt
@@ -19,7 +19,7 @@ Apache Commons Lang, a package of Java utility classes for the
 classes that are in java.lang's hierarchy, or are considered to be so
 standard as to justify existence in java.lang.
 
-New features and bug fixes. Requires Java 8, supports Java 9, 10, 11
+New features and bug fixes. Requires Java 8 or above, supports Java 9, 10, 11.
 
 Changes in this version include:
 

Reply via email to