Minor fix to sort out EOLs git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk@1782638 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/58b1621d Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/58b1621d Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/58b1621d Branch: refs/heads/master Commit: 58b1621d2e64e9fc7dca42c8caecd5caeaa11ff9 Parents: 2b81506 Author: Sebastian Bazley <[email protected]> Authored: Sat Feb 11 22:10:25 2017 +0000 Committer: Sebastian Bazley <[email protected]> Committed: Sat Feb 11 22:10:25 2017 +0000 ---------------------------------------------------------------------- RELEASE-NOTES.txt | 6 ++++++ src/changes/changes.xml | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/58b1621d/RELEASE-NOTES.txt ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 09750b9..5fd1d17 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -10,6 +10,12 @@ See: http://commons.apache.org/commons-build-plugin/ +VERSION 1.8 - 2017-MM-DD +------------------------ + +Changes since the last release +1. Fix EOL-style so generate files have correct setting + VERSION 1.7 - 2016-11-18 ------------------------ http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/58b1621d/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7f0a4dd..0009d14 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -25,8 +25,12 @@ </properties> <body> - - <release version="1.7" date="2016-MM-DD" description="Feature release"> + <release version="1.8" date="2017-MM-DD" description="Feature release"> + <action dev="sebb" type="fix"> + Add eol-style:native otherwise generated files can cause commit errors + </action> + </release> + <release version="1.7" date="2016-11-18" description="Feature release"> <action dev="ggregory" type="add" issue="COMMONSSITE-90"> Include badges in the README.md file. </action>
