We are pleased to announce the Maven Changelog Plugin 1.9 release! http://maven.apache.org/maven-1.x/plugins/changelog/ The Changelog plugin generates reports about recent changes to the SCM repository. =============================================================================== Changes in this version include: New Features: o New ' lastRelease' option for maven.changelog.date. o Add MKS SI support. Fixes MPCHANGELOG-80. Thanks to Christoph Jerolimov. Fixed bugs: o Some valid scm urls are not allowed. Fixes MPCHANGELOG-81. Thanks to Dennis Lundberg. o Auto select factory from connection doesn't work if provider name length different from 3. Fixes MPCHANGELOG-72. Thanks to Pascal Larin. o Changelog returns 0 entries on Windows with CVS (not CVSNT). New property maven.changelog.quoteDate. Fixes MPCHANGELOG-69. o Changelog plugin creates wrong links for Subversion repositories. New property maven.changelog.svn.baseurl. Fixes MPCHANGELOG-74. o Incorrect parsing of SVN log files when username contains spaces. Fixes MPCHANGELOG-70. Thanks to Arnaud Bailly. Changes: o Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated : ant v1.5.3-1 -> v1.6.5 commons-jelly-tags-xml v1.0 -> v1.1 commons-logging v1.0.3 -> v1.0.4 maven v1.0 -> v1.0.2 maven-model v3.0.0 -> v3.0.1 xercesImpl v 2.4.0 -> v2.6.2 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://people.apache.org/repo/m1-snapshot-repository/,http://repo1.maven.org/maven -DgroupId=maven -DartifactId=maven-changelog-plugin -Dversion=1.9 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-changelog-plugin-1.9.jar =============================================================================== Issues, bugs, and feature requests for Maven Changelog Plugin should be submitted to the following issue tracking system: http://jira.codehaus.org/browse/MPCHANGELOG Have fun! -The Maven Changelog Plugin development team