Changes plugin changes
Vincent Massol
Add multiple due-to/due-to-email support.
Add multiple issue support.
The encoding of changes.xml is not preserved after scm:prepare-release.
Fix XTHML 1.0 compliance.
Document description attribute of release element.
Add a live bookmark link for the RSS for Firefox.
Added sorting of <action> elements. It is controlled
by 2 properties. The maven.changes.sort property decides
whether sorting is enabled or not and the
maven.changes.sort.order one decides the sort order.
Defaults to add,fix,update,remove.
Fixed typo in changes.xml example on plugin web site.
Close output file in ReleaseVersion.releaseVersion()
Use the short notation for JIRA links (
%URL%/%ISSUE%).
Add generation of RSS feed for current version changes
"title" attribute added to images. Correction of links in "Release History".
Fix issues with DOM classes and jdk1.3
Don't overwrite currentVersion if it already has a release date. Add unit tests.
Added documentation for the format of
changes.xmlfile.
Fix anchor links in report
Added new
due-toand
due-to-emailattributes to the
<action>element so that proper acknowledgments can be given.
Added new
issueattribute to
<action>elements in
changes.xmlfile.
HTML tags entered inside
<action>tags now show up in the generated report.
Add the ability to transform a changes source file to resolve the current version and set the release date.
Add test project
Update to use maven.docs.*/maven.gen.docs
Add index table of release.
Add xml declaration to generated report. Fixed for character encoding.
Fixed the xdocs which were simply a copy of the changelog plugin docs.