You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/08/20 12:47:39 UTC

[lang] (site) fix RELEASE-NOTES-3.8.txt java 5.0 -> 7.0

Repository: commons-lang
Updated Branches:
  refs/heads/master 8f88799d4 -> baa410493


(site) fix RELEASE-NOTES-3.8.txt java 5.0 -> 7.0


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/baa41049
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/baa41049
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/baa41049

Branch: refs/heads/master
Commit: baa410493b85e62b40bb918b6ee0ed846fd88fd0
Parents: 8f88799
Author: Rob Tompkins <ch...@gmail.com>
Authored: Mon Aug 20 08:47:32 2018 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Mon Aug 20 08:47:32 2018 -0400

----------------------------------------------------------------------
 src/site/resources/release-notes/RELEASE-NOTES-3.8.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/baa41049/src/site/resources/release-notes/RELEASE-NOTES-3.8.txt
----------------------------------------------------------------------
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-3.8.txt b/src/site/resources/release-notes/RELEASE-NOTES-3.8.txt
index c62c488..f6a0046 100644
--- a/src/site/resources/release-notes/RELEASE-NOTES-3.8.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-3.8.txt
@@ -27,8 +27,7 @@ This document contains the release notes for the 3.8 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.0 and onwards now targets Java 5.0, making use of features that arrived with Java 5.0 such as generics, 
-variable arguments, autoboxing, concurrency and formatted output.
+Lang 3.0 and onwards now targets Java 7.0, making use of features that arrived with Java 7.0.
 
 For the advice on upgrading from 2.x to 3.x, see the following page: