aboutsummaryrefslogtreecommitdiff
path: root/src/site
diff options
context:
space:
mode:
authorGary Gregory <gardgregory@gmail.com>2019-07-18 10:09:55 -0400
committerGary Gregory <gardgregory@gmail.com>2019-07-18 10:09:55 -0400
commit67d4f42b112410f22977275333f9f1dc42683940 (patch)
treeb29eaf3b9c36d03c5c730ccab9642e53bc44c5d1 /src/site
parent7eda9463c1c650b38813321211561e315f12d1bc (diff)
downloadapache-commons-lang-67d4f42b112410f22977275333f9f1dc42683940.tar.gz
Fix documentation of Java version from "8.0" to "8".
Diffstat (limited to 'src/site')
-rw-r--r--src/site/resources/release-notes/RELEASE-NOTES-3.9.txt4
-rw-r--r--src/site/xdoc/index.xml2
2 files changed, 3 insertions, 3 deletions
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 5a5e3b55f..f9ee7aa22 100644
--- a/src/site/resources/release-notes/RELEASE-NOTES-3.9.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-3.9.txt
@@ -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:
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index b446e1455..354503dba 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -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>