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/20 10:47:34 UTC

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

Author: buildbot
Date: Sun Oct 20 08:47:34 2013
New Revision: 883436

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.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Oct 20 08:47:34 2013
@@ -1 +1 @@
-1533859
+1533860

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Oct 20 08:47:34 2013
@@ -1 +1 @@
-1533859
+1533860

Modified: websites/staging/isis/trunk/content/contributors/release-process.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/release-process.html (original)
+++ websites/staging/isis/trunk/content/contributors/release-process.html Sun Oct 20 08:47:34 2013
@@ -442,7 +442,11 @@ Unless otherwise stated, you should assu
 
 <p>Also, if there is a tck test module with <code>oa.isis.core:isis-core-tck</code> as its parent, then make sure that it is also updated.</p>
 
-<p>All components have a small handful of modules, so it's probably easiest to load up and inspect each in turn:</p>
+<h3>Check no SNAPSHOT dependencies</h3>
+
+<p>There should be no snapshot dependencies; the only mention of <code>SNAPSHOT</code> should be for the Isis modules about to be released.  </p>
+
+<p>It's probably easiest to load up each <code>pom.xml</code> and inspect manually:</p>
 
 <pre>
 vi `/bin/find . -name pom.xml | grep -v target`
@@ -450,6 +454,10 @@ vi `/bin/find . -name pom.xml | grep -v 
 
 <p>... and search for <code>SNAPSHOT</code>.</p>
 
+<blockquote>
+  <p>Obviously, don't update Isis' <code>SNAPSHOT</code> references; these get updated by the <code>mvn release:prepare</code> command we run later.</p>
+</blockquote>
+
 <h3>Update dependency versions</h3>
 
 <p>The <code>maven-versions-plugin</code> should be used to determine if there are newer versions of any of Isis' dependencies.  Since this goes off to the internet, it may take a minute or two to run:</p>