You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2013/08/23 23:19:27 UTC

svn commit: r875907 - in /websites/staging/jena/trunk/content: ./ documentation/jdbc/artifacts.html

Author: buildbot
Date: Fri Aug 23 21:19:26 2013
New Revision: 875907

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/jdbc/artifacts.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Aug 23 21:19:26 2013
@@ -1 +1 @@
-1517043
+1517044

Modified: websites/staging/jena/trunk/content/documentation/jdbc/artifacts.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/jdbc/artifacts.html (original)
+++ websites/staging/jena/trunk/content/documentation/jdbc/artifacts.html Fri Aug 23 21:19:26 2013
@@ -110,11 +110,14 @@ artifact, see <a href="/download/maven.h
 <p>The <code>jena-jdbc-core</code> artifact is the core library that contains much of the common implementation
 for the drivers.  This is a dependency of the other artifacts and will typically only be required
 as a direct dependency if you are implementing a <a href="custom_driver.html">custom driver</a></p>
-<p><dependency>
-     <groupId>org.apache.jena</groupId>
-     <artifactId>jena-jdbc-core</artifactId>
-     <version>x.y.z</version>
-   </dependency></p>
+<div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
+  <span class="nt">&lt;groupId&gt;</span>org.apache.jena<span class="nt">&lt;/groupId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>jena-jdbc-core<span class="nt">&lt;/artifactId&gt;</span>
+  <span class="nt">&lt;version&gt;</span>x.y.z<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+</pre></div>
+
+
 <h2 id="in-memory-driver">In-Memory Driver</h2>
 <p>The <a href="drivers.html#in-memory">in-memory driver</a> artifact provides the JDBC driver for non-persistent
 in-memory datasets.</p>