From bedc72c3654ac5b4e400db4da2d89a17a0cfb79a Mon Sep 17 00:00:00 2001 From: vmassol Date: Sat, 1 May 2004 17:45:53 +0000 Subject: [PATCH] Add a space after the "." of the "Fixes xxx." (which happens when you use the "issue" attribute in changes.xml). git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115147 13f79535-47bb-0310-9956-ffa450edef68 --- announcement/src/plugin-resources/announcement.jsl | 2 +- announcement/xdocs/changes.xml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/announcement/src/plugin-resources/announcement.jsl b/announcement/src/plugin-resources/announcement.jsl index 760693e3..5b3135e4 100644 --- a/announcement/src/plugin-resources/announcement.jsl +++ b/announcement/src/plugin-resources/announcement.jsl @@ -128,7 +128,7 @@ Have fun! - ${body} Fixes ${issue}. Thanks to ${dueto}. + ${body} Fixes ${issue}. Thanks to ${dueto}. diff --git a/announcement/xdocs/changes.xml b/announcement/xdocs/changes.xml index 557b3d1b..90764738 100644 --- a/announcement/xdocs/changes.xml +++ b/announcement/xdocs/changes.xml @@ -25,8 +25,12 @@ + + Add a space after the "." of the "Fixes xxx." (which happens when + you use the "issue" attribute in changes.xml). + - Added <description> information from the POM to + Added description information from the POM to the generated announcement to explain what the project does.