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 2015/11/11 16:02:31 UTC

isis-site git commit: minor edit to release procedures

Repository: isis-site
Updated Branches:
  refs/heads/asf-site 0b3c5d1cc -> 27c79d0ae


minor edit to release procedures


Project: http://git-wip-us.apache.org/repos/asf/isis-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis-site/commit/27c79d0a
Tree: http://git-wip-us.apache.org/repos/asf/isis-site/tree/27c79d0a
Diff: http://git-wip-us.apache.org/repos/asf/isis-site/diff/27c79d0a

Branch: refs/heads/asf-site
Commit: 27c79d0ae9799b9eb02cc0d8a2753f724c300280
Parents: 0b3c5d1
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Nov 11 13:12:48 2015 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Nov 11 13:12:48 2015 +0000

----------------------------------------------------------------------
 content/guides/cg.html | 18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis-site/blob/27c79d0a/content/guides/cg.html
----------------------------------------------------------------------
diff --git a/content/guides/cg.html b/content/guides/cg.html
index 8346303..b7a071d 100644
--- a/content/guides/cg.html
+++ b/content/guides/cg.html
@@ -4920,7 +4920,7 @@ git push</code></pre>
 <p>Once the Apache Isis release is available, all of the (non-ASF) <a href="http://isisaddons.org">Isis Addons</a> should also be released.</p>
 </div>
 <div class="paragraph">
-<p>Using this <a href="https://gist.github.com/danhaywood/3129b688be3628322c01">gist</a> to invoke operations across all (or selected) addons:</p>
+<p>Using this <a href="https://gist.github.com/danhaywood/ff17946ee05652402cfb">gist</a> to invoke operations across all (or selected) addons:</p>
 </div>
 <div class="ulist">
 <ul>
@@ -4928,23 +4928,15 @@ git push</code></pre>
 <p>update its dependency on Apache Isis to reference the newly released version:<br></p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="bash">sh all.sh -r &quot;1.11.0&quot; bumpisis</code></pre>
+<pre class="CodeRay highlight"><code data-lang="bash">sh forsub.sh sh bumpver_isis.sh 1.11.0</code></pre>
 </div>
 </div>
 </li>
 <li>
-<p>confirm compiles:<br></p>
+<p>release to mvn central (contains a sanity check before hand that everything compiles):<br></p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="bash">sh all.sh mcio</code></pre>
-</div>
-</div>
-</li>
-<li>
-<p>release to mvn central:<br></p>
-<div class="listingblock">
-<div class="content">
-<pre class="CodeRay highlight"><code data-lang="bash">sh all.sh -r &quot;1.11.0&quot; -s &quot;1.12.0-SNAPSHOT&quot; -k &quot;dan@haywood-associates.co.uk&quot; -p &quot;this is not my password&quot; release</code></pre>
+<pre class="CodeRay highlight"><code data-lang="bash">sh forsub.sh sh release.sh &quot;1.11.0&quot; &quot;1.12.0-SNAPSHOT&quot; &quot;dan@haywood-associates.co.uk&quot; &quot;this is not really my password&quot;</code></pre>
 </div>
 </div>
 </li>
@@ -4952,7 +4944,7 @@ git push</code></pre>
 <p>update its dependency on Apache Isis to reference the next SNAPSHOT version:<br></p>
 <div class="listingblock">
 <div class="content">
-<pre class="CodeRay highlight"><code data-lang="bash">sh all.sh -r &quot;1.12.0-SNAPSHOT&quot; bumpisis</code></pre>
+<pre class="CodeRay highlight"><code data-lang="bash">sh forsub.sh sh bumpver_isis.sh &quot;1.12.0-SNAPSHOT&quot;</code></pre>
 </div>
 </div>
 </li>