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/01/04 21:15:18 UTC

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

Author: buildbot
Date: Fri Jan  4 20:15:17 2013
New Revision: 845018

Log:
Staging update by buildbot for jena

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

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jan  4 20:15:17 2013
@@ -1 +1 @@
-1429073
+1429084

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 Fri Jan  4 20:15:17 2013
@@ -179,21 +179,15 @@
 <p><a href="https://repository.apache.org/content/repositories/snapshots/org/apache/jena/">https://repository.apache.org/content/repositories/snapshots/org/apache/jena/</a></p>
 <h4 id="source-code">Source code</h4>
 <p>The development codebase is available from SVN.</p>
-<div class="codehilite"><pre><span class="p">[</span><span class="n">https:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/jena/</span><span class="p">](</span><span class="n">https:</span><span class="sr">//s</span><span class="n">vn</span><span class="o">.</span><span class="n">apache</span><span class="o">.</span><span class="n">org</span><span class="sr">/repos/</span><span class="n">asf</span><span class="sr">/jena/</span><span class="p">)</span>
-</pre></div>
-
-
+<p><a href="https://svn.apache.org/repos/asf/jena/">https://svn.apache.org/repos/asf/jena/</a></p>
 <p>This is mirrored as a git repository on github:</p>
-<div class="codehilite"><pre><span class="p">[</span><span class="n">https:</span><span class="sr">//gi</span><span class="n">thub</span><span class="o">.</span><span class="n">com</span><span class="sr">/apache/</span><span class="n">jena</span><span class="p">]([</span><span class="n">https:</span><span class="sr">//gi</span><span class="n">thub</span><span class="o">.</span><span class="n">com</span><span class="sr">/apache/</span><span class="n">jena</span><span class="p">)</span>
-</pre></div>
-
-
+<p><a href="[https://github.com/apache/jena">https://github.com/apache/jena</a></p>
 <h4 id="previous-releases">Previous releases</h4>
-<p>While previous releases are available we strongly recommend that wherever
+<p>While previous releases are available, we strongly recommend that wherever
 possible users use the latest official Apache releases of Jena in
 preference to using any older versions of Jena.</p>
 <p>Previous Apache Jena releases can be found in the Apache archive area
-at <a href="http://archive.apache.org/dist/jena/">archive.apache.org/dist/jena</a></p>
+at <a href="http://archive.apache.org/dist/jena/">http://archive.apache.org/dist/jena</a></p>
   </div>
 
   <div id="footer">

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 Fri Jan  4 20:15:17 2013
@@ -183,7 +183,17 @@ on a version of Jena and ARQ stable rele
 
 
 <p>This will transitively resolve all the dependencies for you: <code>jena-core</code>,
-<code>jena-arq</code>, <code>jena-tdb</code> and <code>jena-iri</code> and their dependencies.</p>
+<code>jena-arq</code>, <code>jena-tdb</code> and <code>jena-iri</code> and their dependencies.<br />
+</p>
+<p>Note the use of <code>&amp;lt;type&gt;pom&amp;lt/type&gt;</code> above.  This does not work
+in all tools. An alternative is to depend on <code>jena-tdb</code>, which will pull
+in the other artifacts.</p>
+<p><dependency>
+      <groupId>org.apache.jena</groupId>
+      <artifactId>jena-tdb</artifactId>
+      <version>a.b.c</version>
+    </dependency></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>
 <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>
@@ -199,8 +209,12 @@ on a version of Jena and ARQ stable rele
 <li>jena-core</li>
 <li>jena-arq</li>
 <li>jena-iri</li>
-<li>jena-tdb</li>
-<li>jena-fuseki</li>
+<li>
+<p>jena-tdb</p>
+</li>
+<li>
+<p>jena-fuseki</p>
+</li>
 <li>jena-larq</li>
 <li>jena-sdb</li>
 <li>jena-parent</li>