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 2015/07/16 13:08:30 UTC

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

Author: buildbot
Date: Thu Jul 16 11:08:30 2015
New Revision: 958545

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:08:30 2015
@@ -1 +1 @@
-1691355
+1691356

Propchange: websites/staging/taverna/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 16 11:08:30 2015
@@ -1 +1 @@
-1691355
+1691356

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:08:30 2015
@@ -307,23 +307,24 @@ 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><code>&lt;pre&gt;&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>
+<pre><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>
+
 <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>,