You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/03/29 14:59:43 UTC

[lang] Next release will be this year one can only hope.

Repository: commons-lang
Updated Branches:
  refs/heads/master 8b62c114c -> 06be0be26


Next release will be this year one can only hope.

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

Branch: refs/heads/master
Commit: 06be0be267fc8ccebf1ed6b0da030af048060c9f
Parents: 8b62c11
Author: Gary Gregory <ga...@gmail.com>
Authored: Thu Mar 29 08:59:37 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Thu Mar 29 08:59:37 2018 -0600

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/06be0be2/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e20fd2f..2cba158 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
 
-  <release version="3.8" date="2017-MM-DD" description="New features and bug fixes. Requires Java 7, supports Java 8, 9, 10.">
+  <release version="3.8" date="2018-MM-DD" description="New features and bug fixes. Requires Java 7, supports Java 8, 9, 10.">
     <action issue="LANG-1384" type="fix" dev="erans" due-to="Ian Young">New Java version ("11") must be handled</action>
     <action issue="LANG-1364" type="fix" dev="pschumacher" due-to="Zheng Xie">ExceptionUtils#getRootCause(Throwable t) should return t if no lower level cause exists</action>
     <action issue="LANG-1060" type="fix" dev="pschumacher" due-to="Piotr Kosmala">NumberUtils.isNumber assumes number starting with Zero</action>