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 2014/07/18 18:31:59 UTC

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

Author: buildbot
Date: Fri Jul 18 16:31:58 2014
New Revision: 916693

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 Fri Jul 18 16:31:58 2014
@@ -1 +1 @@
-1611696
+1611699

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jul 18 16:31:58 2014
@@ -1 +1 @@
-1611696
+1611699

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 Fri Jul 18 16:31:58 2014
@@ -471,7 +471,15 @@ git checkout -b prepare/$ISISART-$ISISRE
 
 <h2>Update parent pom</h2>
 
-<p>Update parent version to non-<code>SNAPSHOT</code> (including tck project, if any):</p>
+<p>if releasing <code>core</code>, check parent is <code>org.apache:apache</code> (non-SNAPSHOT version)</p>
+
+<p>if releasing component, check:
+* parent of component is <code>o.a.isis.core:isis</code>            (non-SNAPSHOT version)
+* parent of tck modules is <code>o.a.isis.core:isis-core-tck</code> (non-SNAPSHOT version)</p>
+
+<h2>Check for SNAPSHOT dependencies</h2>
+
+<p>Search for any non-<code>SNAPSHOT</code> usages (including tck project, if any):</p>
 
 <pre><code>grep SNAPSHOT `/bin/find . -name pom.xml | grep -v target | sort`
 </code></pre>