Author: ltheussl
Date: Tue Mar 28 16:07:00 2006
New Revision: 389635

URL: http://svn.apache.org/viewcvs?rev=389635&view=rev
Log:
Fix wrong property given in echo statement

Modified:
    maven/maven-1/plugins/trunk/scm/plugin.jelly

Modified: maven/maven-1/plugins/trunk/scm/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/plugin.jelly?rev=389635&r1=389634&r2=389635&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/scm/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/scm/plugin.jelly Tue Mar 28 16:07:00 2006
@@ -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>


Reply via email to