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/02/10 14:18:47 UTC

svn commit: r1444541 - /jena/site/trunk/content/download/maven.mdtext

Author: andy
Date: Sun Feb 10 13:18:47 2013
New Revision: 1444541

URL: http://svn.apache.org/r1444541
Log:
apache-jena-libs

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

Modified: jena/site/trunk/content/download/maven.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/download/maven.mdtext?rev=1444541&r1=1444540&r2=1444541&view=diff
==============================================================================
--- jena/site/trunk/content/download/maven.mdtext (original)
+++ jena/site/trunk/content/download/maven.mdtext Sun Feb 10 13:18:47 2013
@@ -22,14 +22,14 @@ Stable Jena releases are automatically m
 repositories, so there will normally be no need to add any extra
 repositories to your <code>pom.xml</code> or <code>settings.xml</code>.
 
-### Specifying Jena or ARQ as a dependency
+### Specifying Jena as a dependency
 
 This is how to specify in your pom.xml file the dependency
-on a version of Jena and ARQ stable releases:
+on a version of Jena:
 
       <dependency>
         <groupId>org.apache.jena</groupId>
-        <artifactId>apache-jena</artifactId>
+        <artifactId>apache-jena-libs</artifactId>
         <type>pom</type>
         <version>X.Y.Z</version>
       </dependency>
@@ -49,7 +49,7 @@ in the other artifacts.
 
 The version number needs to be checked - it is not the same as apache-jena.
 
-Other modules need to added separately, for example:
+Other modules need to be added separately, for example:
 
       <dependency>
         <groupId>org.apache.jena</groupId>