You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/02/23 14:41:35 UTC

svn commit: r1661666 - /incubator/taverna/site/trunk/content/download/code/index.md

Author: stain
Date: Mon Feb 23 13:41:35 2015
New Revision: 1661666

URL: http://svn.apache.org/r1661666
Log:
markdown fun

Modified:
    incubator/taverna/site/trunk/content/download/code/index.md

Modified: incubator/taverna/site/trunk/content/download/code/index.md
URL: http://svn.apache.org/viewvc/incubator/taverna/site/trunk/content/download/code/index.md?rev=1661666&r1=1661665&r2=1661666&view=diff
==============================================================================
--- incubator/taverna/site/trunk/content/download/code/index.md (original)
+++ incubator/taverna/site/trunk/content/download/code/index.md Mon Feb 23 13:41:35 2015
@@ -166,18 +166,17 @@ Note that the snapshot builds are *not*
 
 To use the snapshot repository, add to your Maven pom.xml:
 
-```xml
-  <repositories>
-    <repository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-```
+
+    <repositories>
+      <repository>
+        <id>apache.snapshots</id>
+        <name>Apache Snapshot Repository</name>
+        <url>http://repository.apache.org/snapshots</url>
+        <releases>
+          <enabled>false</enabled>
+        </releases>
+      </repository>
+    </repositories>
 
 This means that as a developer, you only need to build the repositories you are modifying, as the remaining modules will be retrieved from the Maven repository.