Repository: commons-lang Updated Branches: refs/heads/master 5738b2943 -> cc2d70e2e
add changes.xml entry for LANG-1301: Moving apache-rat-plugin configuration into pluginManagement Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/cc2d70e2 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/cc2d70e2 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/cc2d70e2 Branch: refs/heads/master Commit: cc2d70e2edc66a51bfb6561eed2d3df0782d65eb Parents: 5738b29 Author: pascalschumacher <pascalschumac...@gmx.net> Authored: Sun Dec 18 16:18:49 2016 +0100 Committer: pascalschumacher <pascalschumac...@gmx.net> Committed: Sun Dec 18 16:18:49 2016 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/cc2d70e2/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7aad38f..330a0b7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -74,6 +74,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="LANG-1279" type="update" dev="ggregory">Update Java requirement from Java 6 to 7.</action> <action issue="LANG-1143" type="update" dev="pschumacher" due-to="sebb">StringUtils should use toXxxxCase(int) rather than toXxxxCase(char)</action> <action issue="LANG-1297" type="update" dev="ggregory">Add SystemUtils.getHostName() API.</action> + <action issue="LANG-1301" type="update" dev="pschumacher" due-to="Karl Heinz Marbaise">Moving apache-rat-plugin configuration into pluginManagement</action> </release> <release version="3.5" date="2016-10-13" description="New features including Java 9 detection">