From 9870ab36507cf2fa06ca4cc7b5374b4a76fec2c7 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Tue, 31 Oct 2006 15:43:50 +0000 Subject: [PATCH] PR: MPSCM-89 SCM Parse Connection output is wrong / misleading. Removed the use of scm:parse-connection (deprecated). git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@469532 13f79535-47bb-0310-9956-ffa450edef68 --- scm/plugin.jelly | 17 ++++++++++------- scm/xdocs/changes.xml | 1 + 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/scm/plugin.jelly b/scm/plugin.jelly index 2f6d4066..56e9b39b 100644 --- a/scm/plugin.jelly +++ b/scm/plugin.jelly @@ -110,6 +110,7 @@ + @@ -238,11 +239,11 @@ - - + @@ -276,9 +277,8 @@ - Verifying no modifications are present @@ -362,7 +362,9 @@ DEPRECATED METHODS --> - + + DEPRECATED: scm:validate has been deprecated + @@ -389,6 +391,7 @@ DEPRECATED: please use scm:checkout + @@ -399,9 +402,8 @@ - - + DEPRECATED: please use scm:find-connection @@ -523,6 +525,7 @@ DEPRECATED: please use the scm:update goal instead + diff --git a/scm/xdocs/changes.xml b/scm/xdocs/changes.xml index 44d3ac25..be21aabd 100644 --- a/scm/xdocs/changes.xml +++ b/scm/xdocs/changes.xml @@ -24,6 +24,7 @@ + SCM Parse Connection output is wrong / misleading. scm:prepare-release does not commit modified changes.xml. Update dom4j and jelly dependencies to match the ones in maven 1.1 core. Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1, jaxen v1.0-FCS-full to 1.1-beta-9. Add the dependency to jline for commons-jelly-tags-interaction v1.1.