You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/12/17 12:42:39 UTC

svn commit: r1551520 - /jena/site/trunk/content/download/index.mdtext

Author: andy
Date: Tue Dec 17 11:42:39 2013
New Revision: 1551520

URL: http://svn.apache.org/r1551520
Log:
Possible fix for <pre> areas in index.html

Modified:
    jena/site/trunk/content/download/index.mdtext

Modified: jena/site/trunk/content/download/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/download/index.mdtext?rev=1551520&r1=1551519&r2=1551520&view=diff
==============================================================================
--- jena/site/trunk/content/download/index.mdtext (original)
+++ jena/site/trunk/content/download/index.mdtext Tue Dec 17 11:42:39 2013
@@ -74,12 +74,12 @@ Individual modules may be obtained using
 
 See "[Using Jena with Apache Maven](maven.html)" for full details.
 
-     <dependency>
+    <dependency>
        <groupId>org.apache.jena</groupId>
        <artifactId>apache-jena-libs</artifactId>
        <type>pom</type>
        <version>X.Y.Z</version>
-     </dependency>
+    </dependency>
 
 #### Development Builds