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 2012/12/13 22:34:21 UTC

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

Author: buildbot
Date: Thu Dec 13 21:34:19 2012
New Revision: 842205

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 Thu Dec 13 21:34:19 2012
@@ -1 +1 @@
-1421539
+1421549

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Dec 13 21:34:19 2012
@@ -1 +1 @@
-1421539
+1421549

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 Thu Dec 13 21:34:19 2012
@@ -460,7 +460,7 @@ rm -rf ~/.m2/repository/org/apache/isis
 mvn clean install -o
 </pre>
 
-<p>Confirm that the versions of the Isis artifacts now cached in your local repository are correct; there should be no SNAPSHOTs.</p>
+<p>Confirm that the versions of the Isis artifacts now cached in your local repository are correct.</p>
 
 <h3>Sanity check for non-<code>core</code> components</h3>
 
@@ -477,6 +477,11 @@ mvn clean install -o
 &lt;/parent&gt;
 </pre>
 
+<p><div class="note">
+This obviously requires that the core has been released previously.  If you 
+also releasing core at the same time as the component, then you will need to go through the release process for core first, then come back round to release the component.
+</div></p>
+
 <p>Next, delete all Isis artifacts from your local Maven repo:</p>
 
 <pre>
@@ -489,11 +494,7 @@ rm -rf ~/.m2/repository/org/apache/isis
 mvn clean install
 </pre>
 
-<p>Confirm that the versions of the Isis artifacts now cached in your local repository are correct (both those pulled down from Maven central repo, as well as those of the component built locally).  There should be no SNAPSHOTs.</p>
-
-<p><div class="note">
-Note that if you want to release both a new version of core and a new version of a component at the same time, then you'll need to build the Isis core locally first; it won't yet be up on Maven central repo to be pulled down.
-</div></p>
+<p>Confirm that the versions of the Isis artifacts now cached in your local repository are correct (both those pulled down from Maven central repo, as well as those of the component built locally).  The versions of <code>core</code> should not be a SNAPSHOT.</p>
 
 <!--
 - site builds ok