You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ja...@apache.org on 2013/11/25 21:12:25 UTC

svn commit: r1545385 - /ctakes/site/trunk/content/ctakes-release-guide.mdtext

Author: james-masanz
Date: Mon Nov 25 20:12:25 2013
New Revision: 1545385

URL: http://svn.apache.org/r1545385
Log:
CMS commit to ctakes by james-masanz

Modified:
    ctakes/site/trunk/content/ctakes-release-guide.mdtext

Modified: ctakes/site/trunk/content/ctakes-release-guide.mdtext
URL: http://svn.apache.org/viewvc/ctakes/site/trunk/content/ctakes-release-guide.mdtext?rev=1545385&r1=1545384&r2=1545385&view=diff
==============================================================================
--- ctakes/site/trunk/content/ctakes-release-guide.mdtext (original)
+++ ctakes/site/trunk/content/ctakes-release-guide.mdtext Mon Nov 25 20:12:25 2013
@@ -41,7 +41,7 @@ Finally the release manager would trigge
 ### Preparing a Release using Maven 
 Note: Using 3.1.0 as an example
 
-It may prompt your to enter your PGP passphrase and SVN password multiple times for each module.  Just enter them in- as passing them in thru the CLI is found to be insecure.
+It may prompt you to enter your PGP passphrase and SVN password multiple times for each module.  Just enter them in- as passing them in thru the CLI is found to be insecure.
 
  1. $svn co https://svn.apache.org/repos/asf/ctakes/trunk ctakes
  2. $mvn release:clean
@@ -51,7 +51,10 @@ Release: 3.1.0
 
 Tag: ctakes-3.1.0-rc1
 
-Next Dev Release: 3.2.0-SNAPSHOT
+Next Dev Release: 3.1.1-SNAPSHOT
+
+### Changes for the release
+Update ctakes-distribution/RELEASE_NOTES.html and check in change into trunk or the branch for the release if using a branch
 
 ### Performing the build from the tag
 If you do a release:perform, it does a clean checkout from the tag (to ensure it's clean). rebuild and then deploy.