Author: stain
Date: Mon Feb 22 16:21:18 2016
New Revision: 1731679

URL: http://svn.apache.org/viewvc?rev=1731679&view=rev
Log:
this is not really markdown is it..

Modified:
    incubator/taverna/site/trunk/content/community/releasing.md

Modified: incubator/taverna/site/trunk/content/community/releasing.md
URL: 
http://svn.apache.org/viewvc/incubator/taverna/site/trunk/content/community/releasing.md?rev=1731679&r1=1731678&r2=1731679&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/community/releasing.md (original)
+++ incubator/taverna/site/trunk/content/community/releasing.md Mon Feb 22 
16:21:18 2016
@@ -185,24 +185,23 @@ To provide the Nexus credentials, edit y
 your apache.org committer credentials for the servers
 `apache.snapshots.https` and `apache.releases.https`:
 
-```
-<?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>
-    <server>
-      <id>apache.snapshots.https</id>
-      <username>johndoe</username>
-      <password>fishsoup</password>
-    </server>
-    <server>
-      <id>apache.releases.https</id>
-      <username>johndoe</username>
-      <password>fishsoup</password>
-    </server>
-  </servers>
-</settings>
-```
+    <?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>
+        <server>
+          <id>apache.snapshots.https</id>
+          <username>johndoe</username>
+          <password>fishsoup</password>
+        </server>
+        <server>
+          <id>apache.releases.https</id>
+          <username>johndoe</username>
+          <password>fishsoup</password>
+        </server>
+      </servers>
+    </settings>
+
 
 To check you have the correct credentials set up for
 write-access to


Reply via email to