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

svn commit: r850121 - in /websites/staging/jena/trunk/content: ./ download/maven.html

Author: buildbot
Date: Sun Feb 10 13:18:57 2013
New Revision: 850121

Log:
Staging update by buildbot for jena

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

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Feb 10 13:18:57 2013
@@ -1 +1 @@
-1444521
+1444541

Modified: websites/staging/jena/trunk/content/download/maven.html
==============================================================================
--- websites/staging/jena/trunk/content/download/maven.html (original)
+++ websites/staging/jena/trunk/content/download/maven.html Sun Feb 10 13:18:57 2013
@@ -170,12 +170,12 @@ This can take a few days.</p>
 <p>Stable Jena releases are automatically mirrored by the central Maven
 repositories, so there will normally be no need to add any extra
 repositories to your <code>pom.xml</code> or <code>settings.xml</code>.</p>
-<h3 id="specifying-jena-or-arq-as-a-dependency">Specifying Jena or ARQ as a dependency</h3>
+<h3 id="specifying-jena-as-a-dependency">Specifying Jena as a dependency</h3>
 <p>This is how to specify in your pom.xml file the dependency
-on a version of Jena and ARQ stable releases:</p>
+on a version of Jena:</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>
@@ -197,7 +197,7 @@ in the other artifacts.</p>
 
 
 <p>The version number needs to be checked - it is not the same as apache-jena.</p>
-<p>Other modules need to added separately, for example:</p>
+<p>Other modules need to be added separately, for example:</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-sdb<span class="nt">&lt;/artifactId&gt;</span>