Fix documentation of Java version from "8.0" to "8".
This commit is contained in:
parent
7eda9463c1
commit
67d4f42b11
|
@ -9,7 +9,7 @@ This document contains the release notes for the 3.9 version of Apache Commons L
|
|||
Commons Lang is a set of utility functions and reusable components that should be of use in any
|
||||
Java environment.
|
||||
|
||||
Lang 3.9 and onwards now targets Java 8.0, making use of features that arrived with Java 8.0.
|
||||
Lang 3.9 and onwards now targets Java 8, making use of features that arrived with Java 8.
|
||||
|
||||
For the advice on upgrading from 2.x to 3.x, see the following page:
|
||||
|
||||
|
@ -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.0, supports Java 9, 10, 11
|
||||
New features and bug fixes. Requires Java 8, supports Java 9, 10, 11
|
||||
|
||||
Changes in this version include:
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ This document contains the release notes for the ${version} version of Apache Co
|
|||
Commons Lang is a set of utility functions and reusable components that should be of use in any
|
||||
Java environment.
|
||||
|
||||
Lang 3.9 and onwards now targets Java 8.0, making use of features that arrived with Java 8.0.
|
||||
Lang 3.9 and onwards now targets Java 8, making use of features that arrived with Java 8.
|
||||
|
||||
For the advice on upgrading from 2.x to 3.x, see the following page:
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ This document contains the release notes for the 3.9 version of Apache Commons L
|
|||
Commons Lang is a set of utility functions and reusable components that should be of use in any
|
||||
Java environment.
|
||||
|
||||
Lang 3.9 and onwards now targets Java 8.0, making use of features that arrived with Java 8.0.
|
||||
Lang 3.9 and onwards now targets Java 8, making use of features that arrived with Java 8.
|
||||
|
||||
For the advice on upgrading from 2.x to 3.x, see the following page:
|
||||
|
||||
|
@ -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.0, supports Java 9, 10, 11
|
||||
New features and bug fixes. Requires Java 8, supports Java 9, 10, 11
|
||||
|
||||
Changes in this version include:
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ and various <a href="project-reports.html">project reports</a> are provided.
|
|||
The Javadoc API documents are available online:
|
||||
</p>
|
||||
<ul>
|
||||
<li>The <a href="javadocs/api-3.9/index.html">current stable release 3.9</a> [Java 8.0 and up]</li>
|
||||
<li>The <a href="javadocs/api-3.9/index.html">current stable release 3.9</a> [Java 8 and up]</li>
|
||||
<li>The <a href="javadocs/api-2.6/index.html">legacy release 2.6</a> [Java 1.2 and up]</li>
|
||||
<li>Older releases - see the <a href="release-history.html">Release History</a> page</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue