Author: sebb
Date: Thu Mar 3 19:37:36 2011
New Revision: 1076747
URL: http://svn.apache.org/viewvc?rev=1076747&view=rev
Log:
A bit more info for the RN
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=1076747&r1=1076746&r2=1076747&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/release-notes.vm (original)
+++ commons/proper/net/trunk/src/changes/release-notes.vm Thu Mar 3 19:37:36
2011
@@ -17,6 +17,13 @@
Apache ${project.name} ${version} RELEASE NOTES
+The ${developmentTeam} is pleased to announce the release of ${finalName}
+
+${introduction}
+
+## N.B. the available variables are described here:
+##
http://maven.apache.org/plugins/maven-changes-plugin/examples/using-a-custom-announcement-template.html
+##
## Hack to improve layout: replace all pairs of spaces with a single new-line
$release.description.replaceAll(" ", "
")