Author: thobbs
Date: Tue Jul 26 19:49:15 2011
New Revision: 793332

Log:
Updated with release 2.2.0 info.

Modified:
    websites/production/river/   (props changed)
    websites/production/river/content/about.html
    websites/production/river/content/building-a-release.html
    websites/production/river/content/building-river.html
    websites/production/river/content/ci.html
    websites/production/river/content/coding.html
    websites/production/river/content/concepts.html
    websites/production/river/content/development-process.html
    websites/production/river/content/discussion-futuredirection.html
    websites/production/river/content/discussion-internet.html
    websites/production/river/content/discussion-jarpackaging.html
    websites/production/river/content/discussion-supportedversions.html
    websites/production/river/content/documentation.html
    websites/production/river/content/downloads.html
    websites/production/river/content/found-a-bug.html
    websites/production/river/content/generics-javaspaces.html
    websites/production/river/content/get-involved.html
    websites/production/river/content/index.html
    websites/production/river/content/mailing-lists.html
    websites/production/river/content/people.html
    websites/production/river/content/resources.html
    websites/production/river/content/roadmap.html
    websites/production/river/content/sitemap.html
    websites/production/river/content/source-code.html
    websites/production/river/content/success-stories.html
    websites/production/river/content/supported-platforms.html
    websites/production/river/content/testing-categories.html
    websites/production/river/content/user-guide-basic-river-services.html
    websites/production/river/content/user-guide-glossary.html
    websites/production/river/content/user-guide-river-jar-artifacts.html
    websites/production/river/content/user-guide-socketfactories.html

Propchange: websites/production/river/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Jul 26 19:49:15 2011
@@ -1 +1 @@
-/websites/staging/river/trunk:778669-790330
+/websites/staging/river/trunk:778669-793331

Modified: websites/production/river/content/about.html
==============================================================================
--- websites/production/river/content/about.html (original)
+++ websites/production/river/content/about.html Tue Jul 26 19:49:15 2011
@@ -108,6 +108,7 @@ computing environments.</p>
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/building-a-release.html
==============================================================================
--- websites/production/river/content/building-a-release.html (original)
+++ websites/production/river/content/building-a-release.html Tue Jul 26 
19:49:15 2011
@@ -66,16 +66,91 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
-<h1 id="building_a_release">Building a release</h1>
+<h1 id="building_a_release_major_release">Building a release major release</h1>
+<p>n.m n = major release number, m = minor release number</p>
+<h2 id="keys_file">KEYS file</h2>
+<p>Add your key to the KEYS file in the repo</p>
+<h2 id="checkout_the_source">Checkout The Source</h2>
+<div class="codehilite"><pre><span class="n">svn</span> <span 
class="n">checkout</span> <span class="n">https:</span><span 
class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span 
class="n">apache</span><span class="o">.</span><span class="n">org</span><span 
class="sr">/repos/</span><span class="n">asf</span><span 
class="sr">/river/</span><span class="n">jtsk</span><span 
class="o">/</span><span class="n">trunk</span> <span class="n">river</span>
+</pre></div>
+
+
 <h2 id="pre_release_checks">Pre release checks</h2>
 <ul>
 <li>River-trunk should run successful.</li>
 <li>River-verify should run successful. (not yet?)</li>
 </ul>
-<h2 id="tag_the_release">Tag the release</h2>
-<h2 id="build_the_release">Build the release</h2>
-<h2 id="upload_the_release">Upload the release</h2>
+<h2 id="gather_release_notes_from_jira">Gather Release Notes From Jira</h2>
+<p>First <a 
href="https://issues.apache.org/jira/secure/project/ViewProject.jspa?pid=12310600";>manage
 the versions</a> of River using Jira.  Make sure there is an appropriate 
release that Jira issues are have been assigned to.  You can then view the <a 
href="https://issues.apache.org/jira/browse/RIVER#selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-panel";>Roadmap</a>
 screen in Jira to create the release and make sure that the correct Jira 
issues are associated to it.</p>
+<p>Move the Jira issues around appropriately, especially if you're releasing 
before all the issues have been resolves.  In this case, you need to postpone 
the remaining issues until a later release.</p>
+<p>You can then use Jira to generate the release notes.  This is done Road Map 
--&gt; Release --&gt; Summary --&gt; Release Notes (next to "Filters").</p>
+<p>The release notes need to be pasted into;</p>
+<div class="codehilite"><pre><span class="n">river</span><span 
class="sr">/trunk/s</span><span class="n">rc</span><span 
class="o">-</span><span class="n">doc</span><span 
class="sr">/static/</span><span class="n">release</span><span 
class="o">-</span><span class="n">notes</span><span class="o">/</span><span 
class="nb">index</span><span class="o">.</span><span class="n">html</span>
+</pre></div>
+
+
+<h2 id="update_version_numbers">Update Version Numbers</h2>
+<p>There are version numbers in the following places that need to be updated 
with the new release number/name.</p>
+<ul>
+<li>com.sun.jini.constants.VersionConstants.java (SERVER_VERSION)</li>
+<li>river/trunk/src-doc/static/release-notes/index.html (version number)</li>
+</ul>
+<p>In the above HTML page, there is also a section on "changes by component" 
which should also be updated.  This should be easy to do by referring to the 
Jira-generated release notes.</p>
+<h2 id="branch_the_repository">Branch the repository</h2>
+<div class="codehilite"><pre><span class="n">svn</span> <span 
class="n">cp</span> <span class="n">https:</span><span 
class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span 
class="n">apache</span><span class="o">.</span><span class="n">org</span><span 
class="sr">/repos/</span><span class="n">asf</span><span 
class="sr">/river/</span><span class="n">jtsk</span><span class="sr">/trunk 
https://svn.apache.org/</span><span class="n">repos</span><span 
class="sr">/asf/</span><span class="n">river</span><span 
class="sr">/jtsk/</span><span class="n">branches</span><span 
class="o">/</span><span class="nv">$VERSION</span>
+</pre></div>
+
+
+<h2 id="tag_the_repository">Tag the repository</h2>
+<div class="codehilite"><pre><span class="n">svn</span> <span 
class="n">cp</span> <span class="n">https:</span><span 
class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span 
class="n">apache</span><span class="o">.</span><span class="n">org</span><span 
class="sr">/repos/</span><span class="n">asf</span><span 
class="sr">/river/</span><span class="n">jtsk</span><span class="sr">/trunk 
https://svn.apache.org/</span><span class="n">repos</span><span 
class="sr">/asf/</span><span class="n">river</span><span 
class="sr">/jtsk/</span><span class="n">tags</span><span 
class="o">/</span><span class="nv">$VERSION</span>
+</pre></div>
+
+
+<h2 id="build_the_release_products">Build the release products</h2>
+<div class="codehilite"><pre><span class="n">ant</span> <span 
class="o">-</span><span class="n">Dversion</span><span class="o">=</span><span 
class="nv">$VERSION</span> <span class="n">clean</span> <span 
class="n">release</span>
+</pre></div>
+
+
+<h2 id="rat_reports">Rat Reports</h2>
+<div class="codehilite"><pre><span class="o">./</span><span 
class="n">rat_reports</span><span class="o">.</span><span class="n">sh</span>
+</pre></div>
+
+
 <h2 id="sign_the_release">Sign the release</h2>
+<ul>
+<li><a href="http://www.apache.org/dev/release-signing.htm";>General Apache 
Signing Details</a></li>
+<li><a 
href="http://www.apache.org/dev/release-signing.html#sign-release";>Release 
Signing Instructions</a> *See code below, link has a typo in it</li>
+<li>
+<p><a 
href="http://www.apache.org/dev/release-signing.html#sha-checksum";>Checksum 
Instructions</a></p>
+<p>cd dist
+for f in $( ls ); do
+    gpg --armor --output $f.asc --detach-sign $f
+    gpg --print-md SHA512 $f &gt; $f.sha
+done;</p>
+</li>
+</ul>
+<h2 id="test_the_release">Test the release</h2>
+<div class="codehilite"><pre><span class="n">cp</span> <span 
class="n">dist</span><span class="o">/</span><span class="n">apache</span><span 
class="o">-</span><span class="n">river</span><span class="o">-</span><span 
class="nv">$VERSION</span><span class="o">.</span><span 
class="n">tar</span><span class="o">.</span><span class="n">gz</span> <span 
class="nv">$SOMEWHERE_ELSE</span>
+<span class="n">cd</span> <span class="nv">$SOMEWHERE_ELSE</span>
+<span class="n">tar</span> <span class="n">xvf</span> <span 
class="n">apache</span><span class="o">-</span><span 
class="n">river</span><span class="o">-</span><span 
class="nv">$VERSION</span><span class="o">.</span><span 
class="n">tar</span><span class="o">.</span><span class="n">gz</span>
+<span class="n">cd</span> <span class="n">apache</span><span 
class="o">-</span><span class="n">river</span><span class="o">-</span><span 
class="nv">$VERSION</span>
+<span class="n">ant</span> <span class="n">build</span>
+</pre></div>
+
+
+<h2 id="upload_the_release">Upload the release</h2>
+<div class="codehilite"><pre><span class="n">scp</span> <span 
class="n">RAT</span><span class="o">*</span> <span 
class="n">username</span><span class="nv">@people</span><span 
class="o">.</span><span class="n">apache</span><span class="o">.</span><span 
class="n">org:</span><span class="o">~</span><span 
class="sr">/public_html/</span><span class="n">river</span><span 
class="o">/</span>
+<span class="n">cd</span> <span class="n">dist</span>
+<span class="n">scp</span> <span class="o">*</span> <span 
class="n">username</span><span class="nv">@people</span><span 
class="o">.</span><span class="n">apache</span><span class="o">.</span><span 
class="n">org:</span><span class="o">~</span><span 
class="sr">/public_html/</span><span class="n">river</span><span 
class="o">/</span>
+</pre></div>
+
+
+<h2 id="allow_the_community_to_evaluate_the_release_products">Allow the 
community to evaluate the release products</h2>
+<div class="codehilite"><pre><span class="o">*</span> <span 
class="n">announce</span> <span class="n">availability</span> <span 
class="n">of</span> <span class="n">candidate</span> <span class="n">on</span> 
<span class="n">river</span><span class="o">-</span><span 
class="n">dev</span><span class="o">.</span>
+<span class="o">*</span> <span class="n">start</span> <span 
class="p">[</span><span class="n">VOTE</span><span class="p">]</span> <span 
class="n">thread</span><span class="o">.</span>
+</pre></div>
+
+
 <h2 id="publish_release_on_website">Publish release on website</h2>
 <ul>
 <li>checkout the site </li>
@@ -113,6 +188,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/building-river.html
==============================================================================
--- websites/production/river/content/building-river.html (original)
+++ websites/production/river/content/building-river.html Tue Jul 26 19:49:15 
2011
@@ -214,6 +214,7 @@ Currently, River should be built with JD
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/ci.html
==============================================================================
--- websites/production/river/content/ci.html (original)
+++ websites/production/river/content/ci.html Tue Jul 26 19:49:15 2011
@@ -153,6 +153,7 @@ and tests the river-runtime with the riv
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/coding.html
==============================================================================
--- websites/production/river/content/coding.html (original)
+++ websites/production/river/content/coding.html Tue Jul 26 19:49:15 2011
@@ -112,6 +112,7 @@ intervals.</p>
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/concepts.html
==============================================================================
--- websites/production/river/content/concepts.html (original)
+++ websites/production/river/content/concepts.html Tue Jul 26 19:49:15 2011
@@ -115,6 +115,7 @@ client, registry and class-server.</p>
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/development-process.html
==============================================================================
--- websites/production/river/content/development-process.html (original)
+++ websites/production/river/content/development-process.html Tue Jul 26 
19:49:15 2011
@@ -212,6 +212,7 @@ The preferred place of discussion on iss
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/discussion-futuredirection.html
==============================================================================
--- websites/production/river/content/discussion-futuredirection.html (original)
+++ websites/production/river/content/discussion-futuredirection.html Tue Jul 
26 19:49:15 2011
@@ -100,6 +100,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/discussion-internet.html
==============================================================================
--- websites/production/river/content/discussion-internet.html (original)
+++ websites/production/river/content/discussion-internet.html Tue Jul 26 
19:49:15 2011
@@ -98,6 +98,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/discussion-jarpackaging.html
==============================================================================
--- websites/production/river/content/discussion-jarpackaging.html (original)
+++ websites/production/river/content/discussion-jarpackaging.html Tue Jul 26 
19:49:15 2011
@@ -116,6 +116,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/discussion-supportedversions.html
==============================================================================
--- websites/production/river/content/discussion-supportedversions.html 
(original)
+++ websites/production/river/content/discussion-supportedversions.html Tue Jul 
26 19:49:15 2011
@@ -134,6 +134,7 @@ The requirements collected until now are
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/documentation.html
==============================================================================
--- websites/production/river/content/documentation.html (original)
+++ websites/production/river/content/documentation.html Tue Jul 26 19:49:15 
2011
@@ -120,6 +120,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/downloads.html
==============================================================================
--- websites/production/river/content/downloads.html (original)
+++ websites/production/river/content/downloads.html Tue Jul 26 19:49:15 2011
@@ -69,6 +69,13 @@
 <h1 id="apache_river_downloads">Apache River Downloads</h1>
 <p>Use the links below to download Apache River releases from one of our 
mirrors. You should verify the integrity of the files using the signatures and 
checksums available from this page.</p>
 <p>Apache River releases are available under the <a 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>. See the NOTICE.txt file contained in each release artifact for 
applicable copyright attribution notices.</p>
+<h2 id="apache_river_v220_first_top_level_project_release">Apache River v2.2.0 
(First Top Level Project release)</h2>
+<ul>
+<li><a 
href="http://www.apache.org/dyn/closer.cgi/river/river-2.2.0/apache-river-2.2.0-src.zip";>apache-river-2.2.0-src.zip</a>
 (<a 
href="http://www.apache.org/dist/river/river-2.2.0/apache-river-2.2.0-src.zip.asc";>PGP</a>,
 <a 
href="http://www.apache.org/dist/river/river-2.2.0/apache-river-2.2.0-src.zip.sha";>SHA1</a>)</li>
+<li><a 
href="http://www.apache.org/dyn/closer.cgi/river/river-2.2.0/apache-river-2.2.0-bin.zip";>apache-river-2.2.0-bin.zip</a>
 (<a 
href="http://www.apache.org/dist/river/river-2.2.0/apache-river-2.2.0-bin.zip.asc";>PGP</a>,
 <a 
href="http://www.apache.org/dist/river/river-2.2.0/apache-river-2.2.0-bin.zip.sha";>SHA1</a>)</li>
+<li><a 
href="http://www.apache.org/dyn/closer.cgi/river/river-2.2.0/apache-river-2.2.0-src.tar.gz";>apache-river-2.2.0-src.tar.gz</a>
 (<a 
href="http://www.apache.org/dist/river/river-2.2.0/apache-river-2.2.0-src.tar.gz.asc";>PGP</a>,
 <a 
href="http://www.apache.org/dist/river/river-.2.0/apache-river-2.2.0-src.tar.gz.sha";>SHA1</a>)</li>
+<li><a 
href="http://www.apache.org/dyn/closer.cgi/river/river-2.2.0/apache-river-2.2.0-bin.tar.gz";>apache-river-2.2.0-bin.tar.gz</a>
 (<a 
href="http://www.apache.org/dist/river/river-2.2.0/apache-river-2.2.0-bin.tar.gz.asc";>PGP</a>,
 <a 
href="http://www.apache.org/dist/river/river-2.2.0/apache-river-2.2.0-bin.tar.gz.sha";>SHA1</a>)</li>
+</ul>
 <h2 id="apache_river_v212_incubating">Apache River v2.1.2 (incubating)</h2>
 <ul>
 <li>Source code: <a 
href="http://www.apache.org/dyn/closer.cgi/incubator/river/source/2.1.2/apache-river-2.1.2-incubating-src.zip";>apache-river-2.1.2-incubating-src.zip</a>
 (<a 
href="http://www.apache.org/dist/incubator/river/source/2.1.2/apache-river-2.1.2-incubating-src.zip.asc";>PGP</a>,
 <a 
href="http://www.apache.org/dist/incubator/river/source/2.1.2/apache-river-2.1.2-incubating-src.zip.sha";>SHA1</a>)</li>
@@ -135,6 +142,7 @@ Older releases, when available, can be o
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/found-a-bug.html
==============================================================================
--- websites/production/river/content/found-a-bug.html (original)
+++ websites/production/river/content/found-a-bug.html Tue Jul 26 19:49:15 2011
@@ -101,6 +101,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/generics-javaspaces.html
==============================================================================
--- websites/production/river/content/generics-javaspaces.html (original)
+++ websites/production/river/content/generics-javaspaces.html Tue Jul 26 
19:49:15 2011
@@ -105,6 +105,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/get-involved.html
==============================================================================
--- websites/production/river/content/get-involved.html (original)
+++ websites/production/river/content/get-involved.html Tue Jul 26 19:49:15 2011
@@ -113,6 +113,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/index.html
==============================================================================
--- websites/production/river/content/index.html (original)
+++ websites/production/river/content/index.html Tue Jul 26 19:49:15 2011
@@ -66,6 +66,8 @@
         <tr>
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
+<h1 id="apache_river_220_released">Apache River 2.2.0 Released</h1>
+<p>After much hard work the River community has released the latest version, 
2.2.0.  Take a look at the release notes to find out what's new and what bugs 
have been fixed.</p>
 <h1 id="river_graduates">River Graduates</h1>
 <p>Following the recent vote by the Apache board, River is now an official Top 
Level Project.  Congratulations to everyone who has worked hard on River (and 
Jini!) over many years to reach these lofty heights.</p>
 <p>Now we need a major push to move our infrastructure out of the 
Incubator.</p>
@@ -153,6 +155,7 @@ The River graduation is currently under 
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/mailing-lists.html
==============================================================================
--- websites/production/river/content/mailing-lists.html (original)
+++ websites/production/river/content/mailing-lists.html Tue Jul 26 19:49:15 
2011
@@ -132,6 +132,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/people.html
==============================================================================
--- websites/production/river/content/people.html (original)
+++ websites/production/river/content/people.html Tue Jul 26 19:49:15 2011
@@ -271,6 +271,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/resources.html
==============================================================================
--- websites/production/river/content/resources.html (original)
+++ websites/production/river/content/resources.html Tue Jul 26 19:49:15 2011
@@ -103,6 +103,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/roadmap.html
==============================================================================
--- websites/production/river/content/roadmap.html (original)
+++ websites/production/river/content/roadmap.html Tue Jul 26 19:49:15 2011
@@ -101,6 +101,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/sitemap.html
==============================================================================
--- websites/production/river/content/sitemap.html (original)
+++ websites/production/river/content/sitemap.html Tue Jul 26 19:49:15 2011
@@ -127,6 +127,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/source-code.html
==============================================================================
--- websites/production/river/content/source-code.html (original)
+++ websites/production/river/content/source-code.html Tue Jul 26 19:49:15 2011
@@ -147,6 +147,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/success-stories.html
==============================================================================
--- websites/production/river/content/success-stories.html (original)
+++ websites/production/river/content/success-stories.html Tue Jul 26 19:49:15 
2011
@@ -172,6 +172,7 @@ Front Office Development Manager, Sucden
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/supported-platforms.html
==============================================================================
--- websites/production/river/content/supported-platforms.html (original)
+++ websites/production/river/content/supported-platforms.html Tue Jul 26 
19:49:15 2011
@@ -176,6 +176,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/testing-categories.html
==============================================================================
--- websites/production/river/content/testing-categories.html (original)
+++ websites/production/river/content/testing-categories.html Tue Jul 26 
19:49:15 2011
@@ -220,6 +220,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/user-guide-basic-river-services.html
==============================================================================
--- websites/production/river/content/user-guide-basic-river-services.html 
(original)
+++ websites/production/river/content/user-guide-basic-river-services.html Tue 
Jul 26 19:49:15 2011
@@ -240,6 +240,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/user-guide-glossary.html
==============================================================================
--- websites/production/river/content/user-guide-glossary.html (original)
+++ websites/production/river/content/user-guide-glossary.html Tue Jul 26 
19:49:15 2011
@@ -107,6 +107,7 @@ The formal interface of a Lookup Service
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/user-guide-river-jar-artifacts.html
==============================================================================
--- websites/production/river/content/user-guide-river-jar-artifacts.html 
(original)
+++ websites/production/river/content/user-guide-river-jar-artifacts.html Tue 
Jul 26 19:49:15 2011
@@ -102,6 +102,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>

Modified: websites/production/river/content/user-guide-socketfactories.html
==============================================================================
--- websites/production/river/content/user-guide-socketfactories.html (original)
+++ websites/production/river/content/user-guide-socketfactories.html Tue Jul 
26 19:49:15 2011
@@ -98,6 +98,7 @@
 <li><a href="doc/spec-index.html">Specifications</a></li>
 <li><a href="doc/api">Javadoc</a></li>
 <li><a href="resources.html">Resources</a></li>
+<li><a href="building-a-release.html">Release</a></li>
 </ul>
 <h3 id="community">Community</h3>
 <ul>


Reply via email to