diff --git a/announcement/project.xml b/announcement/project.xml index 0438a82d..ce5c80c6 100644 --- a/announcement/project.xml +++ b/announcement/project.xml @@ -23,7 +23,7 @@ 3 maven-announcement-plugin Maven Announcement Plugin - 1.3-SNAPSHOT + 1.4 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/ @@ -50,6 +50,11 @@ 1.2 MAVEN_ANNOUNCEMENT_1_2 + + 1.4 + 1.4 + MAVEN_ANNOUNCEMENT_1_3 + diff --git a/announcement/xdocs/changes.xml b/announcement/xdocs/changes.xml index 08c09303..f2f1b755 100644 --- a/announcement/xdocs/changes.xml +++ b/announcement/xdocs/changes.xml @@ -24,26 +24,20 @@ Vincent Massol - - - Added check to verify that the POM has a version element for the - announcement to be generated. + + Added check to verify that the POM has a + versionelement for the announcement to be generated. - - Added new optional maven.announcement.encoding property - that defines which charset encoding to use to generate the text announcement - (defaults to UTF-8). + Added new optional + maven.announcement.encodingproperty that defines which charset encoding to use to generate the text announcement (defaults to UTF-8). - - Added new announcement:mail goal to automatically - send the generated announcement by email. + Added new + announcement:mailgoal to automatically send the generated announcement by email. - - Added new optional maven.announcement.stylesheet.pathproperty - that defines what stylesheet to use to generate the text announcement. + Added new optional + maven.announcement.stylesheet.pathproperty that defines what stylesheet to use to generate the text announcement. - - Fixed error message when current version is not available at + Fixed error message when current version is not available at xdocs/changes.xml.