We are pleased to announce the Maven Changelog Plugin 1.9-SNAPSHOT release! http://maven.apache.org/maven-1.x/reference/plugins/changelog/ The Changelog plugin generates reports about recent changes to the SCM repository. =============================================================================== Changes in this version include: Fixed bugs: 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://www.ibiblio.org/maven, http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-changelog-plugin -Dversion=1.9-SNAPSHOT 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-SNAPSHOT.jar Have fun! -The Maven Changelog Plugin development team