diff --git a/scm/project.xml b/scm/project.xml
index 35ce52f6..23d2aa43 100644
--- a/scm/project.xml
+++ b/scm/project.xml
@@ -23,7 +23,7 @@
3
maven-scm-plugin
Maven Source Control Management Plugin
- 1.6.1
+ 1.6.2-SNAPSHOT
A plugin for SCM tasks.
SCM Plugin for Maven.
@@ -186,6 +186,11 @@
This library is already loaded by maven's core. Be careful to use the same version number as in the core.
+
+ regexp
+ regexp
+ 1.3
+
org.apache.maven.scm
maven-scm-manager-plexus
diff --git a/scm/xdocs/changes.xml b/scm/xdocs/changes.xml
index f939c516..8b9ab3a3 100644
--- a/scm/xdocs/changes.xml
+++ b/scm/xdocs/changes.xml
@@ -24,6 +24,9 @@
Brett Porter
+
+ scm:update fails with NoClassDefFound, add missing jakarta-regexp dependency.
+
The prepare-release goal should fail if project.xml can't be edited (e.g. read only).
SCM Parse Connection output is wrong / misleading.