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/08/22 23:01:44 UTC

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

Author: andy
Date: Thu Aug 22 21:01:44 2013
New Revision: 1516605

URL: http://svn.apache.org/r1516605
Log:
Correct artifact name

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=1516605&r1=1516604&r2=1516605&view=diff
==============================================================================
--- jena/site/trunk/content/download/index.mdtext (original)
+++ jena/site/trunk/content/download/index.mdtext Thu Aug 22 21:01:44 2013
@@ -8,7 +8,10 @@ Jena is packaged as:
 
 - **apache-jena** – contains the APIs, SPARQL engine and the TDB native RDF database
 - **jena-fuseki** – the Jena SPARQL server
-- Jena LARQ – free text index support
+- Additional modules (as of v 2.11.0):
+  - jena-text
+  - jena-security
+  - jena-jdbc
 
 #### Maven
 
@@ -16,7 +19,7 @@ See "[Using Jena with Apache Maven](mave
 
     <dependency>
       <groupId>org.apache.jena</groupId>
-      <artifactId>apache-jena</artifactId>
+      <artifactId>apache-jena-libs</artifactId>
       <type>pom</type>
       <version>X.Y.Z</version>
     </dependency>