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 2012/06/28 13:45:59 UTC

svn commit: r1354953 - /jena/site/trunk/content/getting_involved/index.mdtext

Author: andy
Date: Thu Jun 28 11:45:59 2012
New Revision: 1354953

URL: http://svn.apache.org/viewvc?rev=1354953&view=rev
Log:
De incubate

Modified:
    jena/site/trunk/content/getting_involved/index.mdtext

Modified: jena/site/trunk/content/getting_involved/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/getting_involved/index.mdtext?rev=1354953&r1=1354952&r2=1354953&view=diff
==============================================================================
--- jena/site/trunk/content/getting_involved/index.mdtext (original)
+++ jena/site/trunk/content/getting_involved/index.mdtext Thu Jun 28 11:45:59 2012
@@ -18,12 +18,12 @@ Subscription instructions [here](../help
 
 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: [https://repository.apache.org/content/repositories/snapshots/org/apache/jena/](https://repository.apache.org/content/repositories/snapshots/org/apache/jena/).
 
-Here is, for example, how you can add TDB version 0.9.0-incubating-SNAPSHOT to your project:
+Here is, for example, how you can add TDB version 0.9.1-SNAPSHOT to your project:
 
     <dependency>
         <groupId>org.apache.jena</groupId>
         <artifactId>jena-tdb</artifactId>
-        <version>0.9.0-incubating-SNAPSHOT</version>
+        <version>0.9.1-SNAPSHOT</version>
     </dependency>
 
 General help on how to use Jena with Maven is [here](../download/maven.html).