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
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 @@
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
------------------------
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>