You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by bu...@apache.org on 2012/10/31 23:27:41 UTC

svn commit: r836805 - in /websites/staging/ctakes/trunk/content: ./ ctakes/ctakes-release-guide.html

Author: buildbot
Date: Wed Oct 31 22:27:41 2012
New Revision: 836805

Log:
Staging update by buildbot for ctakes

Modified:
    websites/staging/ctakes/trunk/content/   (props changed)
    websites/staging/ctakes/trunk/content/ctakes/ctakes-release-guide.html

Propchange: websites/staging/ctakes/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Oct 31 22:27:41 2012
@@ -1 +1 @@
-1404369
+1404393

Modified: websites/staging/ctakes/trunk/content/ctakes/ctakes-release-guide.html
==============================================================================
--- websites/staging/ctakes/trunk/content/ctakes/ctakes-release-guide.html (original)
+++ websites/staging/ctakes/trunk/content/ctakes/ctakes-release-guide.html Wed Oct 31 22:27:41 2012
@@ -99,16 +99,17 @@ The maven release plug-in (mvn release:p
 <ol>
 <li>$svn co https://svn.apache.org/repos/asf/incubator/ctakes/trunk ctakes</li>
 <li>$mvn release:clean</li>
-<li>$mvn release:prepare -username=<svnuser> -password=<svnpassword> -DdryRun=<false> -Dresume=<false> -Darguments=-Dgpg.passphrase=<pgpsigningpassword> -DautoVersionSubmodules=true</li>
+<li>$mvn release:prepare -DdryRun={false} -Dresume={false} -DautoVersionSubmodules=true</li>
 </ol>
 <p>Release: 3.0.0-incubating</p>
 <p>Tag: ctakes-3.0.0-incubating</p>
-<p>Next Dev Release: 3.1.0-incubating</p>
+<p>Next Dev Release: 3.1.0-incubating-SNAPSHOT</p>
 <ol>
-<li>$mvn release:perform -Darguments=-Dgpg.passphrase=<pgpsigningpassword></li>
+<li>$mvn release:perform</li>
 <li>[If need to revert] $ mvn release:rollback  (Works if you didn't do a release:clean yet)</li>
 </ol>
-<p>This will place the artifacts to the ASF Nexus area for staging for voting.</p>
+<p>This will place the artifacts to the ASF Nexus area for staging for voting.
+Notes: 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.</p>
   </div>
  
  <div id="footera">