Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Release History

VersionDateDescription
1.7 2006-10-29
1.6 2005-12-12
1.5.1 2004-10-23
1.5 2004-07-08
1.4 2004-05-15
1.3 2004-03-07
1.2 2003-09-29

Get the RSS feed of the last changes

Release 1.7 - 2006-10-29

TypeChangesBy
fix changes:release-version removes spaces after closing tags. Fixes MPCHANGES-31. ltheussl
update It now requires Maven 1.1. ltheussl
fix The encoding of the changes.xml file is not preserved after doing release-version. Fixes MPCHANGES-32. ltheussl
add New property maven.changes.outputencoding. ltheussl
update Update dom4j dependency to match the one in maven 1.1 core. ltheussl
update Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Fixes MAVEN-1753. aheritier
update Upgrade to commons-io 1.2. aheritier
fix Missing changes.xml makes report fail. Fixes MPCHANGES-30. ltheussl
fix Add icons used by this plugin. This must be independent of the xdoc plugin. Fixes MPCHANGES-29. aheritier

Release 1.6 - 2005-12-12

TypeChangesBy
update Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
  • dom4j v1.4-dev-8 - > v1.4
  • xml-apis v 1.0.b2 - > xmlParserAPIs v2.6.2
Fixes MAVEN-1712.
aheritier
add Validate changes.xml . Fixes MPCHANGES-25. ltheussl
add Add multiple due-to/due-to-email support. Fixes MPCHANGES-15. ltheussl
add Add multiple issue support. Fixes MPCHANGES-16. ltheussl
fix The encoding of changes.xml is not preserved after scm:prepare-release . Fixes MPCHANGES-24. ltheussl
fix Fix XTHML 1.0 compliance. aheritier
fix Document description attribute of release element. Fixes MPCHANGES-22. Thanks to Mike Traum. ltheussl
add Add a live bookmark link for the RSS for Firefox. brett
fix 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 . Fixes MPCHANGES-14. vmassol

Release 1.5.1 - 2004-10-23

TypeChangesBy
fix Fixed typo in changes.xml example on plugin web site. Fixes MPCHANGES-20. vmassol
fix Close output file in ReleaseVersion.releaseVersion() Fixes MPCHANGES-19. carlos
fix Use the short notation for JIRA links ( %URL%/%ISSUE% ). Fixes MPCHANGES-17. vmassol

Release 1.5 - 2004-07-08

TypeChangesBy
add Add generation of RSS feed for current version changes vmassol

Release 1.4 - 2004-05-15

TypeChangesBy
fix "title" attribute added to images. Correction of links in "Release History". Fixes MPCHANGES-8. Thanks to Bertrand Florat. aheritier
fix Fix issues with DOM classes and jdk1.3 dion
fix Don't overwrite currentVersion if it already has a release date. Add unit tests. Fixes MPCHANGES-7. brett
add Added documentation for the format of changes.xml file. Fixes MPCHANGES-5. vmassol
fix Fix anchor links in report Fixes MPCHANGES-6. Thanks to Tim Shadel. brett

Release 1.3 - 2004-03-07

TypeChangesBy
add Added new due-to and due-to-email attributes to the < action > element so that proper acknowledgments can be given. vmassol
fix Added new issue attribute to < action > elements in changes.xml file. Fixes MPCHANGES-1. vmassol
fix HTML tags entered inside < action > tags now show up in the generated report. Fixes MPCHANGES-3. vmassol
add Add the ability to transform a changes source file to resolve the current version and set the release date. brett

Release 1.2 - 2003-09-29

TypeChangesBy
update Add test project dion
update Update to use maven.docs.*/maven.gen.docs dion
add Add index table of releas e. Fixes MPCHANGES-4. evenisse
fix Add xml declaration to generated report. Fixed for character encoding. evenisse
fix Fixed the xdocs which were simply a copy of the changelog plugin docs. vmassol