We are pleased to announce the Maven Changes Plugin 1.6 release! http://maven.apache.org/maven-1.x/plugins/changes/ =============================================================================== Changes in this version include: New Features: o Validate changes.xml. Fixes MPCHANGES-25. o Add multiple due-to/due-to-email support. Fixes MPCHANGES-15. o Add multiple issue support. Fixes MPCHANGES-16. o Add a live bookmark link for the RSS for Firefox. Fixed bugs: o The encoding of changes.xml is not preserved after scm:prepare-release. Fixes MPCHANGES-24. o Fix XTHML 1.0 compliance. o Document description attribute of release element. Fixes MPCHANGES-22. Thanks to Mike Traum. o Added sorting of 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. Changes: o 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. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://repo1.maven.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven -DartifactId=maven-changes-plugin -Dversion=1.6 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-changes-plugin-1.6.jar Have fun! -The Maven Changes Plugin development team