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
This commit is contained in:
ltheussl 2006-03-29 00:07:00 +00:00
parent a86d49040d
commit 8d96f4caf0

View File

@ -338,7 +338,7 @@
<ant:echo> Please check project.xml and xdocs/changes.xml</ant:echo>
<ant:echo> Then either re-run scm:prepare-release with maven.scm.testmode=false</ant:echo>
<ant:echo> or manually commit the files and tag the source tree:</ant:echo>
<ant:echo> maven scm:tag -Dmaven.scm.svn.tag=${tag_name} -Dmaven.scm.url=${scmConnection}</ant:echo>
<ant:echo> maven scm:tag -Dmaven.scm.tag=${tag_name} -Dmaven.scm.url=${scmConnection}</ant:echo>
</j:when>
<j:otherwise>
<ant:echo>Committing descriptors</ant:echo>