Repository: commons-lang Updated Branches: refs/heads/master 8635d807f -> 425d8085c
Prepare for releasing 3.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/425d8085 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/425d8085 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/425d8085 Branch: refs/heads/master Commit: 425d8085cfcaab5a78bf0632f9ae77b7e9127cf8 Parents: 8635d80 Author: Gary Gregory <ggreg...@apache.org> Authored: Sat Nov 4 12:09:44 2017 -0600 Committer: Gary Gregory <ggreg...@apache.org> Committed: Sat Nov 4 12:09:44 2017 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/425d8085/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2a411c6..142ec97 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-lang3</artifactId> - <version>3.7-SNAPSHOT</version> + <version>3.7</version> <name>Apache Commons Lang</name> <inceptionYear>2001</inceptionYear> http://git-wip-us.apache.org/repos/asf/commons-lang/blob/425d8085/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bfe0b09..7d10200 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.7" date="2017-MM-DD" description="New features and bug fixes. Requires Java 7, supports Java 8, 9, 10."> + <release version="3.7" date="2017-11-04" description="New features and bug fixes. Requires Java 7, supports Java 8, 9, 10."> <action issue="LANG-1362" type="fix" dev="ggregory" due-to="Stephen Colebourne">Fix tests DateUtilsTest for Java 9 with en_GB locale</action> <action issue="LANG-1365" type="fix" dev="ggregory" due-to="Gary Gregory">Fix NullPointerException in isJavaVersionAtLeast on Java 10, add SystemUtils.IS_JAVA_10, add JavaVersion.JAVA_10</action> <action issue="LANG-1348" type="fix" dev="pschumacher" due-to="mbusso">StackOverflowError on TypeUtils.toString(...) for a generic return type of Enum.valueOf</action>