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-net.git
The following commit(s) were added to refs/heads/master by this push: new 2782592 Move detailed changes to end of RN 2782592 is described below commit 2782592e9528c873545131f5e1a4f43400f1629f Author: Sebb <s...@apache.org> AuthorDate: Sat Aug 8 13:13:40 2020 +0100 Move detailed changes to end of RN --- 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 e05c5df..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_net.cgi +Enjoy! +-Apache Commons Validator team