We are pleased to announce the Maven Source Control Management Plugin 1.2 release! http://maven.apache.org/maven-1.x/plugins/scm/ A plugin for SCM tasks. =============================================================================== Changes in this version include: New Features: o Update changes.xml version and release date on prepare. o Use developerConnection first, then standard connection when parsing connection from POM. Fixed bugs: o Don't use -C - Mac OS X doesn't recognise it. o Catch exceptions to make sure files don't get moved permanently. Fixes MPSCM-3. o Update POM using dom4j instead of JSL - no more formatting issues. Fixes MPSCM-4. o Support :local: CVS paths =============================================================================== 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-scm-plugin -Dversion=1.2 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-scm-plugin-1.2.jar Have fun! -The Maven Source Control Management Plugin development team