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/22 23:02:04 UTC

svn commit: r875739 - in /websites/staging/jena/trunk/content: ./ download/index.html

Author: buildbot
Date: Thu Aug 22 21:02:04 2013
New Revision: 875739

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/download/index.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug 22 21:02:04 2013
@@ -1 +1 @@
-1515723
+1516605

Modified: websites/staging/jena/trunk/content/download/index.html
==============================================================================
--- websites/staging/jena/trunk/content/download/index.html (original)
+++ websites/staging/jena/trunk/content/download/index.html Thu Aug 22 21:02:04 2013
@@ -110,13 +110,16 @@
 <ul>
 <li><strong>apache-jena</strong> &ndash; contains the APIs, SPARQL engine and the TDB native RDF database</li>
 <li><strong>jena-fuseki</strong> &ndash; the Jena SPARQL server</li>
-<li>Jena LARQ &ndash; free text index support</li>
+<li>Additional modules (as of v 2.11.0):</li>
+<li>jena-text</li>
+<li>jena-security</li>
+<li>jena-jdbc</li>
 </ul>
 <h4 id="maven">Maven</h4>
 <p>See "<a href="maven.html">Using Jena with Apache Maven</a>" for full details.</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>apache-jena<span class="nt">&lt;/artifactId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>apache-jena-libs<span class="nt">&lt;/artifactId&gt;</span>
   <span class="nt">&lt;type&gt;</span>pom<span class="nt">&lt;/type&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>