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
-&lt;?xml version="1.0" encoding="UTF-8"?&gt;
-<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">&lt;server&gt;</span>
-  <span class="nt">&lt;id&gt;</span>apache.snapshots.https<span 
class="nt">&lt;/id&gt;</span>
-  <span class="nt">&lt;username&gt;</span>johndoe<span 
class="nt">&lt;/username&gt;</span>
-  <span class="nt">&lt;password&gt;</span>fishsoup<span 
class="nt">&lt;/password&gt;</span>
-<span class="nt">&lt;/server&gt;</span>
-<span class="nt">&lt;server&gt;</span>
-  <span class="nt">&lt;id&gt;</span>apache.releases.https<span 
class="nt">&lt;/id&gt;</span>
-  <span class="nt">&lt;username&gt;</span>johndoe<span 
class="nt">&lt;/username&gt;</span>
-  <span class="nt">&lt;password&gt;</span>fishsoup<span 
class="nt">&lt;/password&gt;</span>
-<span class="nt">&lt;/server&gt;</span>
-</pre></div>
-
-
-<p></servers>
-</settings>
-```</p>
+<p><code>&lt;code&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
+&amp;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"&amp;gt;
+  &amp;ltservers&amp;gt;
+    &amp;ltserver&amp;gt;
+      &amp;ltid&amp;gt;apache.snapshots.https&amp;lt/id&amp;gt;
+      &amp;ltusername&amp;gt;johndoe&amp;lt/username&amp;gt;
+      &amp;ltpassword&amp;gt;fishsoup&amp;lt/password&amp;gt;
+    &amp;lt/server&amp;gt;
+    &amp;lt;server&amp;gt;
+      &amp;ltid&amp;gt;apache.releases.https&amp;lt/id&amp;gt;
+      &amp;ltusername&amp;gt;johndoev/username&amp;gt;
+      &amp;ltpassword&amp;gt;fishsoup&amp;lt/password&amp;gt;
+    &amp;lt/server&amp;gt;
+  &amp;lt/servers&amp;gt;
+&amp;lt/settings&amp;gt;
+&lt;/code&gt;&lt;/pre&gt;</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">&para;</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>


Reply via email to