Repository: commons-lang Updated Branches: refs/heads/master 83329ef66 -> 9e79655f6
RELEASE-NOTES: fix template 3.9+ targets java 8 Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/9e79655f Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/9e79655f Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/9e79655f Branch: refs/heads/master Commit: 9e79655f67d21b55f40556be195f44aebc834195 Parents: 83329ef Author: Rob Tompkins <chtom...@gmail.com> Authored: Sat Sep 22 17:48:13 2018 -0400 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Sat Sep 22 17:48:13 2018 -0400 ---------------------------------------------------------------------- src/changes/release-notes.vm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/9e79655f/src/changes/release-notes.vm ---------------------------------------------------------------------- diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm index c2df2ff..e1104fc 100644 --- a/src/changes/release-notes.vm +++ b/src/changes/release-notes.vm @@ -43,8 +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.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.9 and onwards now targets Java 8.0, making use of features that arrived with Java 8.0. For the advice on upgrading from 2.x to 3.x, see the following page: