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

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

Author: chenpei
Date: Wed Oct 31 22:27:37 2012
New Revision: 1404393

URL: http://svn.apache.org/viewvc?rev=1404393&view=rev
Log:
updating the release process to prompt for pw instead of passing it thru the CLI

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

Modified: incubator/ctakes/site/trunk/content/ctakes/ctakes-release-guide.mdtext
URL: http://svn.apache.org/viewvc/incubator/ctakes/site/trunk/content/ctakes/ctakes-release-guide.mdtext?rev=1404393&r1=1404392&r2=1404393&view=diff
==============================================================================
--- incubator/ctakes/site/trunk/content/ctakes/ctakes-release-guide.mdtext (original)
+++ incubator/ctakes/site/trunk/content/ctakes/ctakes-release-guide.mdtext Wed Oct 31 22:27:37 2012
@@ -36,18 +36,19 @@ Note: Using 3.0.0-incubating as an examp
 
  1. $svn co https://svn.apache.org/repos/asf/incubator/ctakes/trunk ctakes
  2. $mvn release:clean
- 3. $mvn release:prepare -username=<svnuser> -password=<svnpassword> -DdryRun=<false> -Dresume=<false> -Darguments=-Dgpg.passphrase=<pgpsigningpassword> -DautoVersionSubmodules=true
+ 3. $mvn release:prepare -DdryRun={false} -Dresume={false} -DautoVersionSubmodules=true
 
 Release: 3.0.0-incubating
 
 Tag: ctakes-3.0.0-incubating
 
-Next Dev Release: 3.1.0-incubating
+Next Dev Release: 3.1.0-incubating-SNAPSHOT
 
- 1. $mvn release:perform -Darguments=-Dgpg.passphrase=<pgpsigningpassword>
+ 1. $mvn release:perform
  2. [If need to revert] $ mvn release:rollback  (Works if you didn't do a release:clean yet)
 
 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.
 
 
   [1]: http://www.apache.org/dev/publishing-maven-artifacts.html