diff --git a/cruisecontrol/plugin.jelly b/cruisecontrol/plugin.jelly index 589a6dc1..479a0580 100644 --- a/cruisecontrol/plugin.jelly +++ b/cruisecontrol/plugin.jelly @@ -58,8 +58,7 @@ - - + diff --git a/cruisecontrol/xdocs/changes.xml b/cruisecontrol/xdocs/changes.xml index a87b7ca6..5da48e1a 100644 --- a/cruisecontrol/xdocs/changes.xml +++ b/cruisecontrol/xdocs/changes.xml @@ -26,6 +26,9 @@ + + Remove use of deprecated maven.scm.svn.module property + Add a Jabber publisher and configuration. diff --git a/gump/plugin.jelly b/gump/plugin.jelly index e462150a..a1360c14 100644 --- a/gump/plugin.jelly +++ b/gump/plugin.jelly @@ -68,7 +68,9 @@ - + + You must specify maven.gump.svn.dir as the directory under the gump repository in SVN + Unknown SCM type ${scmTokens[1]}: you may need to manually add the repository diff --git a/gump/src/plugin-resources/module.jelly b/gump/src/plugin-resources/module.jelly index 9b8d3f41..0b4d61ee 100755 --- a/gump/src/plugin-resources/module.jelly +++ b/gump/src/plugin-resources/module.jelly @@ -56,7 +56,7 @@ ]]> - ]]>]]> + ]]>]]> diff --git a/gump/xdocs/changes.xml b/gump/xdocs/changes.xml index 63088781..ddafc6c6 100644 --- a/gump/xdocs/changes.xml +++ b/gump/xdocs/changes.xml @@ -25,6 +25,7 @@ + Add maven.gump.svn.dir property for setting the subdirectory under the svn repository Add the ability to specify the "runtime" attribute of a dependency using the gump.runtime property Pass ids to depends element also diff --git a/scm/plugin.jelly b/scm/plugin.jelly index 66609f98..ea179f42 100644 --- a/scm/plugin.jelly +++ b/scm/plugin.jelly @@ -263,11 +263,7 @@ You must specify maven.scm.svn.root - - - You must specify maven.scm.svn.module - - + Unknown SCM method: '${maven.scm.method}' @@ -318,11 +314,14 @@ - - + + + DEPRECATED: using ':' to separate a module in the SVN connection string is deprecated + + + Using SVN repository: ${maven.scm.svn.root} - Using module: ${maven.scm.svn.module} - + diff --git a/scm/xdocs/properties.xml b/scm/xdocs/properties.xml index 2ea6f5e8..35908313 100644 --- a/scm/xdocs/properties.xml +++ b/scm/xdocs/properties.xml @@ -190,13 +190,6 @@

- - maven.scm.svn.module - Yes - -

The SVN module to checkout

- - maven.scm.cvs.sticky.tag Yes