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 2012/06/28 13:46:24 UTC

svn commit: r823602 - in /websites/staging/jena/trunk/content: ./ getting_involved/index.html

Author: buildbot
Date: Thu Jun 28 11:46:23 2012
New Revision: 823602

Log:
Staging update by buildbot for jena

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

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 28 11:46:23 2012
@@ -1 +1 @@
-1352478
+1354953

Modified: websites/staging/jena/trunk/content/getting_involved/index.html
==============================================================================
--- websites/staging/jena/trunk/content/getting_involved/index.html (original)
+++ websites/staging/jena/trunk/content/getting_involved/index.html Thu Jun 28 11:46:23 2012
@@ -168,11 +168,11 @@ Or, you can help other users answering t
 Subscription instructions <a href="../help_and_support">here</a>.</p>
 <h3 id="snapshots">SNAPSHOTs</h3>
 <p>If you use Apache Maven and you are not afraid of being on the bleeding-edge, you can help us testing our SNAPSHOTs which you can find on the Apache Maven repository here: <a href="https://repository.apache.org/content/repositories/snapshots/org/apache/jena/">https://repository.apache.org/content/repositories/snapshots/org/apache/jena/</a>.</p>
-<p>Here is, for example, how you can add TDB version 0.9.0-incubating-SNAPSHOT to your project:</p>
+<p>Here is, for example, how you can add TDB version 0.9.1-SNAPSHOT to your project:</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-tdb<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>0.9.0-incubating-SNAPSHOT<span class="nt">&lt;/version&gt;</span>
+    <span class="nt">&lt;version&gt;</span>0.9.1-SNAPSHOT<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span>
 </pre></div>