From 68ab93ec15923045b03d37aa65c7e1121615dfa9 Mon Sep 17 00:00:00 2001 From: vmassol Date: Sat, 1 May 2004 17:35:53 +0000 Subject: [PATCH] Added <description> information from the POM to the generated announcement to explain what the project does. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115146 13f79535-47bb-0310-9956-ffa450edef68 --- announcement/src/plugin-resources/announcement.jsl | 8 ++++++++ announcement/xdocs/changes.xml | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/announcement/src/plugin-resources/announcement.jsl b/announcement/src/plugin-resources/announcement.jsl index 59995f08..760693e3 100644 --- a/announcement/src/plugin-resources/announcement.jsl +++ b/announcement/src/plugin-resources/announcement.jsl @@ -47,6 +47,14 @@ ${pom.url} + + + + + ${line} + + + Changes in this version include: diff --git a/announcement/xdocs/changes.xml b/announcement/xdocs/changes.xml index 7b7d6050..557b3d1b 100644 --- a/announcement/xdocs/changes.xml +++ b/announcement/xdocs/changes.xml @@ -25,6 +25,10 @@ + + Added <description> information from the POM to + the generated announcement to explain what the project does. + Added information in the generated announcement to indicate from where the plugin can be downloaded.