Author: sebb Date: Sat Feb 11 22:10:25 2017 New Revision: 1782638 URL: http://svn.apache.org/viewvc?rev=1782638&view=rev Log: Minor fix to sort out EOLs
Modified: commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt commons/proper/commons-build-plugin/trunk/src/changes/changes.xml Modified: commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt?rev=1782638&r1=1782637&r2=1782638&view=diff ============================================================================== --- commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt (original) +++ commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt Sat Feb 11 22:10:25 2017 @@ -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 ------------------------ Modified: commons/proper/commons-build-plugin/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/changes/changes.xml?rev=1782638&r1=1782637&r2=1782638&view=diff ============================================================================== --- commons/proper/commons-build-plugin/trunk/src/changes/changes.xml (original) +++ commons/proper/commons-build-plugin/trunk/src/changes/changes.xml Sat Feb 11 22:10:25 2017 @@ -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>