You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by bu...@apache.org on 2016/02/22 17:21:34 UTC

svn commit: r980962 - in /websites/staging/taverna/trunk: cgi-bin/ content/ content/community/releasing.html

Author: buildbot
Date: Mon Feb 22 16:21:34 2016
New Revision: 980962

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 Mon Feb 22 16:21:34 2016
@@ -1 +1 @@
-1731677
+1731679

Propchange: websites/staging/taverna/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 22 16:21:34 2016
@@ -1 +1 @@
-1731677
+1731679

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 Mon Feb 22 16:21:34 2016
@@ -332,22 +332,25 @@ Here, a <em>staging repository</em> will
 <p>To provide the Nexus credentials, edit your <code>~/.m2/settings.xml</code> to include
 your apache.org committer credentials for the servers
 <code>apache.snapshots.https</code> and <code>apache.releases.https</code>:</p>
-<p><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;
-  &lt;servers&gt;
-    &lt;server&gt;
-      &lt;id&gt;apache.snapshots.https&lt;/id&gt;
-      &lt;username&gt;johndoe&lt;/username&gt;
-      &lt;password&gt;fishsoup&lt;/password&gt;
-    &lt;/server&gt;
-    &lt;server&gt;
-      &lt;id&gt;apache.releases.https&lt;/id&gt;
-      &lt;username&gt;johndoe&lt;/username&gt;
-      &lt;password&gt;fishsoup&lt;/password&gt;
-    &lt;/server&gt;
-  &lt;/servers&gt;
-&lt;/settings&gt;</code></p>
+<div class="codehilite"><pre><span class="cp">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</span>
+<span class="nt">&lt;settings</span> <span class="na">xsi:schemaLocation=</span><span class="s">&quot;http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd&quot;</span> <span class="na">xmlns=</span><span class="s">&quot;http://maven.apache.org/SETTINGS/1.1.0&quot;</span>
+<span class="na">xmlns:xsi=</span><span class="s">&quot;http://www.w3.org/2001/XMLSchema-instance&quot;</span><span class="nt">&gt;</span>
+  <span class="nt">&lt;servers&gt;</span>
+    <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>
+  <span class="nt">&lt;/servers&gt;</span>
+<span class="nt">&lt;/settings&gt;</span>
+</pre></div>
+
+
 <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>,