You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/06/02 16:36:05 UTC

svn commit: r1130574 - /commons/proper/net/trunk/src/changes/release-notes.vm

Author: sebb
Date: Thu Jun  2 14:36:04 2011
New Revision: 1130574

URL: http://svn.apache.org/viewvc?rev=1130574&view=rev
Log:
Description from POM may have lone LF at EOL; replace this with native EOL

Modified:
    commons/proper/net/trunk/src/changes/release-notes.vm

Modified: commons/proper/net/trunk/src/changes/release-notes.vm
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/changes/release-notes.vm?rev=1130574&r1=1130573&r2=1130574&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/release-notes.vm (original)
+++ commons/proper/net/trunk/src/changes/release-notes.vm Thu Jun  2 14:36:04 2011
@@ -18,8 +18,9 @@
               Apache ${project.name} ${version} RELEASE NOTES
 
 The ${developmentTeam} is pleased to announce the release of ${finalName}
-  
-${introduction}
+
+$introduction.replaceAll("(?<!\015)\012", "
+")
 
 ## N.B. the available variables are described here:
 ## http://maven.apache.org/plugins/maven-changes-plugin/examples/using-a-custom-announcement-template.html