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

svn commit: r1533778 - /isis/site/trunk/content/contributors/release-process-one-pager.md

Author: danhaywood
Date: Sat Oct 19 16:06:45 2013
New Revision: 1533778

URL: http://svn.apache.org/r1533778
Log:
minor updates to release process pages

Modified:
    isis/site/trunk/content/contributors/release-process-one-pager.md

Modified: isis/site/trunk/content/contributors/release-process-one-pager.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/release-process-one-pager.md?rev=1533778&r1=1533777&r2=1533778&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/release-process-one-pager.md (original)
+++ isis/site/trunk/content/contributors/release-process-one-pager.md Sat Oct 19 16:06:45 2013
@@ -24,12 +24,18 @@ mvn clean install -o
 Switch to the directory containing the (parent of the) artifact(s) to be released
 }
 
-eg:
+... if for `core`:
 
 <pre>
 cd core
 </pre>
 
+... if for a `component/xxx/xx`:
+
+<pre>
+cd component/xxx/xxx
+</pre>
+
 ## Check code
 
 Update parent version to non-`SNAPSHOT` (including tck project, if any):