Author: buildbot
Date: Thu Jul 16 11:06:57 2015
New Revision: 958543
Log:
Staging update by buildbot for taverna
Modified:
websites/staging/taverna/trunk/cgi-bin/ (props changed)
websites/staging/taverna/trunk/content/ (props changed)
websites/staging/taverna/trunk/content/community/releasing.html
Propchange: websites/staging/taverna/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 16 11:06:57 2015
@@ -1 +1 @@
-1690689
+1691354
Propchange: websites/staging/taverna/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 16 11:06:57 2015
@@ -1 +1 @@
-1690689
+1691354
Modified: websites/staging/taverna/trunk/content/community/releasing.html
==============================================================================
--- websites/staging/taverna/trunk/content/community/releasing.html (original)
+++ websites/staging/taverna/trunk/content/community/releasing.html Thu Jul 16
11:06:57 2015
@@ -307,29 +307,23 @@ Here, a <em>staging repository</em> will
<p>Ensure you can log in to the Nexus instance before performing a release.</p>
<p>To provide the Nexus credentials, edit your <code>~/.m2/settings.xml</code>
to include
your apache.org committer credentials:</p>
-<p>```xml
-<?xml version="1.0" encoding="UTF-8"?>
-<settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0
http://maven.apache.org/xsd/settings-1.1.0.xsd"
xmlns="http://maven.apache.org/SETTINGS/1.1.0"
-xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <!-- .. -->
- <servers>
- <!-- .. --></p>
-<div class="codehilite"><pre><span class="nt"><server></span>
- <span class="nt"><id></span>apache.snapshots.https<span
class="nt"></id></span>
- <span class="nt"><username></span>johndoe<span
class="nt"></username></span>
- <span class="nt"><password></span>fishsoup<span
class="nt"></password></span>
-<span class="nt"></server></span>
-<span class="nt"><server></span>
- <span class="nt"><id></span>apache.releases.https<span
class="nt"></id></span>
- <span class="nt"><username></span>johndoe<span
class="nt"></username></span>
- <span class="nt"><password></span>fishsoup<span
class="nt"></password></span>
-<span class="nt"></server></span>
-</pre></div>
-
-
-<p></servers>
-</settings>
-```</p>
+<p><code><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
+&lt;settings xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0
http://maven.apache.org/xsd/settings-1.1.0.xsd"
xmlns="http://maven.apache.org/SETTINGS/1.1.0"
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
+ &ltservers&gt;
+ &ltserver&gt;
+ &ltid&gt;apache.snapshots.https&lt/id&gt;
+ &ltusername&gt;johndoe&lt/username&gt;
+ &ltpassword&gt;fishsoup&lt/password&gt;
+ &lt/server&gt;
+ &lt;server&gt;
+ &ltid&gt;apache.releases.https&lt/id&gt;
+ &ltusername&gt;johndoev/username&gt;
+ &ltpassword&gt;fishsoup&lt/password&gt;
+ &lt/server&gt;
+ &lt/servers&gt;
+&lt/settings&gt;
+</code></pre></code></p>
<p>To check you have the correct credentials set up for
write-access to
<a
href="https://repository.apache.org/content/repositories/snapshots/org/apache/taverna/">Apache's
Maven repository</a>,
@@ -412,6 +406,8 @@ API backward compatibility)</p>
<p><strong>Note</strong>: Take care to use the correct version number if
preparing a
second release candidate, as Maven could suggest a higher version
number based on the bumped <code>-SNAPSHOT</code> version. </p>
+<p><strong>Important</strong>: If maven prompts for the development parent
version remember to set it to *-incubating-SNAPSHOT (where * is what is now in
the parent pom).
+If you forget this then please reset it manually in the pom and commit
manually after the release has been deployed. If the parent version is set
wrong then it can lead to build issues in jenkins etc. </p>
<h4 id="version-numbers">Version numbers<a class="headerlink"
href="#version-numbers" title="Permanent link">¶</a></h4>
<ul>
<li>Has to end in <code>-incubating</code> (while Apache Taverna is
incubating)</li>
@@ -538,7 +534,7 @@ their checksums and signatures:</p>
<p>Make sure you have not got any extra files in your <code>dist/</code>
folders, like
-<code>index.html</code> or duplicates like <code>*.zip.1</code></p>
+<code>index.html</code> or duplicates like <code>*.zip.1</code>. You can
delete any files ending in <code>.asc.md5</code>.</p>
<div class="codehilite"><pre><span class="n">stain</span><span
class="p">@</span><span class="n">biggie</span><span class="o">-</span><span
class="n">utopic</span><span class="p">:</span><span class="o">~/</span><span
class="n">src</span><span class="o">/</span><span class="n">rc1</span><span
class="o">/</span><span class="n">dist</span>$ <span class="n">ls</span>
<span class="n">binaries</span><span class="o">/</span> <span
class="n">source</span><span class="o">/</span>
<span class="n">taverna</span><span class="o">-</span><span
class="n">language</span><span class="o">-</span>0<span
class="p">.</span>15<span class="p">.</span>0<span class="o">-</span><span
class="n">incubating</span><span class="o">-</span><span
class="n">source</span><span class="o">-</span><span
class="n">release</span><span class="p">.</span><span class="n">zip</span>
<span class="n">taverna</span><span class="o">-</span><span
class="n">language</span><span class="o">-</span>0<span
class="p">.</span>15<span class="p">.</span>0<span class="o">-</span><span
class="n">incubating</span><span class="o">-</span><span
class="n">source</span><span class="o">-</span><span
class="n">release</span><span class="p">.</span><span class="n">zip</span><span
class="p">.</span><span class="n">sha1</span> <span
class="n">taverna</span><span class="o">-</span><span
class="n">parent</span><span class="o">-</span>1<span class="o">-</span><span
class="n">incubating</span><span class="o">-</span
><span class="n">source</span><span class="o">-</span><span
>class="n">release</span><span class="p">.</span><span
>class="n">zip</span><span class="p">.</span><span class="n">md5</span>