From d53e83548a3ccd22aa0a21edc334d773a90e5093 Mon Sep 17 00:00:00 2001 From: vmassol Date: Thu, 15 Jul 2004 19:19:48 +0000 Subject: [PATCH] Applied MPANNOUNCEMENT-12: Fixed error message when current version is not available at xdocs/changes.xml. Thanks Felipe. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115830 13f79535-47bb-0310-9956-ffa450edef68 --- announcement/plugin.jelly | 2 +- announcement/project.xml | 5 ++++- announcement/xdocs/changes.xml | 6 ++++++ 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/announcement/plugin.jelly b/announcement/plugin.jelly index b4ad0ed8..93ac6afe 100644 --- a/announcement/plugin.jelly +++ b/announcement/plugin.jelly @@ -67,7 +67,7 @@ - The release '${maven.announcement.version}' could not be found in change log + The release '${versionVariable}' could not be found in change log diff --git a/announcement/project.xml b/announcement/project.xml index 31769a34..df663237 100644 --- a/announcement/project.xml +++ b/announcement/project.xml @@ -23,7 +23,7 @@ 3 maven-announcement-plugin Maven Announcement Plugin - 1.2 + 1.3-SNAPSHOT The Announcement plugin generates release announcements. It uses the information found in both the POM and in the changes.xml file to generate the announcement text.> Produce release announcement http://maven.apache.org/reference/plugins/announcement/ @@ -76,6 +76,9 @@ Fabrizio Giustina + + Felipe Leme + diff --git a/announcement/xdocs/changes.xml b/announcement/xdocs/changes.xml index ab8be817..010278b9 100644 --- a/announcement/xdocs/changes.xml +++ b/announcement/xdocs/changes.xml @@ -24,6 +24,12 @@ Vincent Massol + + + Fixed error message when current version is not available at + xdocs/changes.xml. + + Added new announcement:generate-allto generate announcement files for all releases.