From 8d96f4caf0542e67eeffda7874504feb8c620efb Mon Sep 17 00:00:00 2001 From: ltheussl Date: Wed, 29 Mar 2006 00:07:00 +0000 Subject: [PATCH] Fix wrong property given in echo statement git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@389635 13f79535-47bb-0310-9956-ffa450edef68 --- scm/plugin.jelly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm/plugin.jelly b/scm/plugin.jelly index 5bcd4daa..4f8fd56d 100644 --- a/scm/plugin.jelly +++ b/scm/plugin.jelly @@ -338,7 +338,7 @@ Please check project.xml and xdocs/changes.xml Then either re-run scm:prepare-release with maven.scm.testmode=false or manually commit the files and tag the source tree: - maven scm:tag -Dmaven.scm.svn.tag=${tag_name} -Dmaven.scm.url=${scmConnection} + maven scm:tag -Dmaven.scm.tag=${tag_name} -Dmaven.scm.url=${scmConnection} Committing descriptors