Author: maartenc
Date: Tue Oct 28 14:03:25 2008
New Revision: 708667

URL: http://svn.apache.org/viewvc?rev=708667&view=rev
Log:
It's not longer necessary to specify version and status when calling release 
target.

Modified:
    ant/ivy/core/branches/2.0.0-rc2/doc/dev/makerelease.html

Modified: ant/ivy/core/branches/2.0.0-rc2/doc/dev/makerelease.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/branches/2.0.0-rc2/doc/dev/makerelease.html?rev=708667&r1=708666&r2=708667&view=diff
==============================================================================
--- ant/ivy/core/branches/2.0.0-rc2/doc/dev/makerelease.html (original)
+++ ant/ivy/core/branches/2.0.0-rc2/doc/dev/makerelease.html Tue Oct 28 
14:03:25 2008
@@ -94,7 +94,7 @@
 If your working copy is clean, you can launch the release script. If it isn't, 
make sure to clean it properly. Sometimes you may need to call ant clean-all if 
you have started to work with ant builds. If you are confused about your 
working copy state, delete it and check it out again.
 <h3>8. Launch the release script</h3>
 <code>
-ant -Dbuild.version=2.0.0-beta1 -Dstatus=milestone -f build-release.xml release
+ant -f build-release.xml release
 </code>
 The status should be release only for final releases, and milestone for any 
other intermediate release.
 If anything is wrong, fix and go back to step 4.


Reply via email to