Repository: commons-lang
Updated Branches:
  refs/heads/master 32ccabe3b -> 7e8df326f


[LANG-1279] Update Java requirement from Java 6 to 7.

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

Branch: refs/heads/master
Commit: 7e8df326f4e66bd4bc38d8d4626700e4cf338ea5
Parents: 32ccabe
Author: Gary Gregory <ggreg...@apache.org>
Authored: Sun Oct 23 10:48:40 2016 -0700
Committer: Gary Gregory <ggreg...@apache.org>
Committed: Sun Oct 23 10:48:40 2016 -0700

----------------------------------------------------------------------
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/7e8df326/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b88ed9b..0fc4ac3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -547,8 +547,8 @@
     <argLine>-Xmx512m</argLine>
     <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <maven.compiler.source>1.6</maven.compiler.source>
-    <maven.compiler.target>1.6</maven.compiler.target>
+    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.target>1.7</maven.compiler.target>
     <!--
        This is also  used to generate download_xxx file name.
        To override this when generating the download page:

http://git-wip-us.apache.org/repos/asf/commons-lang/blob/7e8df326/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 54d7430..baec0b8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,6 +53,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action issue="LANG-1271" type="fix" dev="pschumacher" due-to="Pierre 
Templier">StringUtils#isAnyEmpty and #isAnyBlank should return false for an 
empty array</action>
     <action issue="LANG-1270" type="add" dev="pschumacher" due-to="Pierre 
Templier">Add StringUtils#isAnyNotEmpty and #isAnyNotBlank</action>
     <action issue="LANG-1277" type="update" dev="pschumacher" 
due-to="yufcuy">StringUtils#getLevenshteinDistance reduce memory 
consumption</action>
+    <action issue="LANG-1279" type="update" dev="ggregory">Update Java 
requirement from Java 6 to 7.</action>
   </release>
 
   <release version="3.5" date="2016-10-13" description="New features including 
Java 9 detection">

Reply via email to