Author: ianwdunlop
Date: Thu Jul 16 11:08:24 2015
New Revision: 1691356
URL: http://svn.apache.org/r1691356
Log:
more xml attempts
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=1691356&r1=1691355&r2=1691356&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/community/releasing.md (original)
+++ incubator/taverna/site/trunk/content/community/releasing.md Thu Jul 16
11:08:24 2015
@@ -158,7 +158,7 @@ Ensure you can log in to the Nexus insta
To provide the Nexus credentials, edit your `~/.m2/settings.xml` to include
your apache.org committer credentials:
-```<pre><code><?xml version="1.0" encoding="UTF-8"?>
+<pre><code><?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>
@@ -175,7 +175,6 @@ xmlns:xsi="http://www.w3.org/2001/XMLSch
</servers>
</settings>
</code></pre>
-```