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/09/22 21:45:40 UTC

[lang] (fix) RELEASE-NOTES.txt on master to look like 3.8.1 dist

Repository: commons-lang
Updated Branches:
  refs/heads/master 77f875110 -> 83329ef66


(fix) RELEASE-NOTES.txt on master to look like 3.8.1 dist


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

Branch: refs/heads/master
Commit: 83329ef66971e74ce1024e38f7abe67782005c69
Parents: 77f8751
Author: Rob Tompkins <ch...@gmail.com>
Authored: Sat Sep 22 17:45:29 2018 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Sat Sep 22 17:45:29 2018 -0400

----------------------------------------------------------------------
 RELEASE-NOTES.txt                                        | 3 +--
 src/site/resources/release-notes/RELEASE-NOTES-3.8.1.txt | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/83329ef6/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 651ecdd..308df77 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -27,8 +27,7 @@ This document contains the release notes for the 3.8.1 version of Apache Commons
 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:
 

http://git-wip-us.apache.org/repos/asf/commons-lang/blob/83329ef6/src/site/resources/release-notes/RELEASE-NOTES-3.8.1.txt
----------------------------------------------------------------------
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-3.8.1.txt b/src/site/resources/release-notes/RELEASE-NOTES-3.8.1.txt
index 12980c5..32245ff 100644
--- a/src/site/resources/release-notes/RELEASE-NOTES-3.8.1.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-3.8.1.txt
@@ -27,8 +27,7 @@ This document contains the release notes for the 3.8.1 version of Apache Commons
 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: