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-io.git
The following commit(s) were added to refs/heads/master by this push: new 11c9abdd Clarifies Java platform requirement 11c9abdd is described below commit 11c9abdd7af848717fa403eee4b082b2bfbe834e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Nov 2 08:22:43 2023 -0400 Clarifies Java platform requirement --- src/changes/release-notes.vm | 10 +++++----- src/site/xdoc/download_io.xml | 2 +- src/site/xdoc/index.xml | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm index 7e4c551c..6c02743e 100644 --- a/src/changes/release-notes.vm +++ b/src/changes/release-notes.vm @@ -145,11 +145,11 @@ Binary compatible: Yes. Source compatible: Yes. Semantic compatible: Yes. -Commons IO 2.7 and up requires Java 8. -Commons IO 2.6 requires Java 7. -Commons IO 2.3 through 2.5 requires Java 6. -Commons IO 2.2 requires Java 5. -Commons IO 1.4 requires Java 1.3. +Commons IO 2.7 and up requires Java 8 or above. +Commons IO 2.6 requires Java 7 or above. +Commons IO 2.3 through 2.5 requires Java 6 or above. +Commons IO 2.2 requires Java 5 or above. +Commons IO 1.4 requires Java 1.3 or above. Historical list of changes: ${project.url}changes-report.html diff --git a/src/site/xdoc/download_io.xml b/src/site/xdoc/download_io.xml index 02445fe0..67171645 100644 --- a/src/site/xdoc/download_io.xml +++ b/src/site/xdoc/download_io.xml @@ -113,7 +113,7 @@ limitations under the License. </p> </subsection> </section> - <section name="Apache Commons IO 2.15.0 (requires Java 8)"> + <section name="Apache Commons IO 2.15.0 (requires Java 8 or above)"> <subsection name="Binaries"> <table> <tr> diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index e58c896f..b82dad10 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -118,10 +118,10 @@ limitations under the License. The Java platform requirements are: </p> <ul> - <li>Version 2.7 and up requires Java 8.</li> - <li>Version 2.6 requires Java 7.</li> - <li>Version 2.3 through 2.5 requires Java 6.</li> - <li>Version 2.2 requires Java 5.</li> + <li>Version 2.7 and up requires Java 8 or above.</li> + <li>Version 2.6 requires Java 7 or above.</li> + <li>Version 2.3 through 2.5 requires Java 6 or above.</li> + <li>Version 2.2 requires Java 5 or above.</li> </ul> </subsection>