This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git


The following commit(s) were added to refs/heads/master by this push:
     new d798006  Push detailed changes down page
d798006 is described below

commit d7980062f4634362f31bf301266ffc25aa8d9d4e
Author: Sebb <[email protected]>
AuthorDate: Fri Aug 7 15:08:46 2020 +0100

    Push detailed changes down page
---
 src/changes/release-notes.vm | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index a438630..21c656a 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -23,6 +23,7 @@ The ${developmentTeam} is pleased to announce the release of 
${project.name} ${v
 $introduction.replaceAll("(?<!\015)\012", "
 ").replaceAll("(?m)^ +","")
 
+
 ## N.B. the available variables are described here:
 ## 
http://maven.apache.org/plugins/maven-changes-plugin/examples/using-a-custom-announcement-template.html
 ##
@@ -30,6 +31,13 @@ $introduction.replaceAll("(?<!\015)\012", "
 $release.description.replaceAll("  ", "
 ")
 
+For complete information on ${project.name}, including instructions on how to 
submit bug reports,
+patches, or suggestions for improvement, see the Apache ${project.name} 
website:
+
+${project.url}
+
+Download page: ${project.url}download_validator.cgi
+
 ## set up indent sizes. Only change indent1
 #set($props=${project.properties})
 #set($jiralen=$props.get("commons.jira.id").length())
@@ -80,6 +88,7 @@ o $issue ${action}$dueto
 No changes defined in this version.
 #else
 Changes in this version include:
+===============================
 
 #if ($release.getActions('add').size() !=0)
 New features:
@@ -116,9 +125,5 @@ Removed:
 
 Historical list of changes: ${project.url}changes-report.html
 
-For complete information on ${project.name}, including instructions on how to 
submit bug reports,
-patches, or suggestions for improvement, see the Apache ${project.name} 
website:
-
-${project.url}
-
-Download page: ${project.url}download_validator.cgi
+Enjoy!
+-Apache Commons Validator team

Reply via email to