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.