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/30 23:43:17 UTC

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

Author: buildbot
Date: Tue Oct 30 22:43:17 2012
New Revision: 836646

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 Tue Oct 30 22:43:17 2012
@@ -1 +1 @@
-1403903
+1403905

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 Tue Oct 30 22:43:17 2012
@@ -95,13 +95,14 @@ The maven release plug-in (mvn release:p
 <li>Setup your PGP keys: <a href="https://docs.sonatype.org/display/Repository/How+To+Generate+PGP+Signatures+With+Maven">https://docs.sonatype.org/display/Repository/How+To+Generate+PGP+Signatures+With+Maven</a></li>
 </ol>
 <h3 id="preparing-a-release-using-maven">Preparing a Release using Maven</h3>
+<p>Note: Using 3.0.0-incubating as an example</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>
 </ol>
 <p>Release: 3.0.0-incubating</p>
-<p>Tag: 3.0.0-incubating</p>
+<p>Tag: ctakes-3.0.0-incubating</p>
 <p>Next Dev Release: 3.1.0-incubating</p>
 <ol>
 <li>$mvn release:perform -Darguments=-Dgpg.passphrase=<pgpsigningpassword></li>