You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by bh...@apache.org on 2012/01/12 19:38:12 UTC

svn commit: r1230693 - /uima/uimacpp/trunk/createRelease.txt

Author: bhavani
Date: Thu Jan 12 18:38:12 2012
New Revision: 1230693

URL: http://svn.apache.org/viewvc?rev=1230693&view=rev
Log:
UIMA-2333 fixed error in svn command to create a tag 

Modified:
    uima/uimacpp/trunk/createRelease.txt

Modified: uima/uimacpp/trunk/createRelease.txt
URL: http://svn.apache.org/viewvc/uima/uimacpp/trunk/createRelease.txt?rev=1230693&r1=1230692&r2=1230693&view=diff
==============================================================================
--- uima/uimacpp/trunk/createRelease.txt (original)
+++ uima/uimacpp/trunk/createRelease.txt Thu Jan 12 18:38:12 2012
@@ -4,7 +4,7 @@ Instructions for creating a uimacpp rele
 For a new release
 
 1. create a tag for the new release, e.g.
-	svn copy https://svn.apache.org/repos/asf/uima/uimacpp/trunk https://svn.apache.org/repos/asf/uima/uimacpp/tags/uimacpp-2.4.0 1 -m"create tag for 2.4.0 release"
+	svn copy https://svn.apache.org/repos/asf/uima/uimacpp/trunk https://svn.apache.org/repos/asf/uima/uimacpp/tags/uimacpp-2.4.0-rcN -m"create tag for 2.4.0 release"
 
 2. if changes are needed, update trunk. Create a new tag when ready to release.