You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2013/10/19 18:06:52 UTC

svn commit: r883353 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/contributors/release-process-one-pager.html

Author: buildbot
Date: Sat Oct 19 16:06:51 2013
New Revision: 883353

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/contributors/release-process-one-pager.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Oct 19 16:06:51 2013
@@ -1 +1 @@
-1533776
+1533778

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Oct 19 16:06:51 2013
@@ -1 +1 @@
-1533776
+1533778

Modified: websites/staging/isis/trunk/content/contributors/release-process-one-pager.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/release-process-one-pager.html (original)
+++ websites/staging/isis/trunk/content/contributors/release-process-one-pager.html Sat Oct 19 16:06:51 2013
@@ -293,12 +293,18 @@ mvn clean install -o
 Switch to the directory containing the (parent of the) artifact(s) to be released
 </div></p>
 
-<p>eg:</p>
+<p>... if for <code>core</code>:</p>
 
 <pre>
 cd core
 </pre>
 
+<p>... if for a <code>component/xxx/xx</code>:</p>
+
+<pre>
+cd component/xxx/xxx
+</pre>
+
 <h2>Check code</h2>
 
 <p>Update parent version to non-<code>SNAPSHOT</code> (including tck project, if any):</p>