You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2012/08/07 18:45:28 UTC

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

Author: rvesse
Date: Tue Aug  7 16:45:27 2012
New Revision: 1370359

URL: http://svn.apache.org/viewvc?rev=1370359&view=rev
Log:
Updated versions on Maven page

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=1370359&r1=1370358&r2=1370359&view=diff
==============================================================================
--- jena/site/trunk/content/download/maven.mdtext (original)
+++ jena/site/trunk/content/download/maven.mdtext Tue Aug  7 16:45:27 2012
@@ -30,7 +30,7 @@ on a version of Jena and ARQ stable rele
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-arq</artifactId>
-      <version>2.9.2</version>
+      <version>2.9.3</version>
     </dependency>
 
 You do not need to specify a dependency on Jena, since ARQ depends on Jena and Maven
@@ -68,7 +68,7 @@ For TDB, this is what you should use to 
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-tdb</artifactId>
-      <version>0.9.2</version>
+      <version>0.9.3</version>
     </dependency>
 
 The artifact id for SDB is <code>jena-sdb</code>.
@@ -99,7 +99,7 @@ For the current Jena SNAPSHOT use:
       <dependency>
         <groupId>org.apache.jena</groupId>
         <artifactId>jena-core</artifactId>
-        <version>2.7.3-SNAPSHOT</version>
+        <version>2.7.4-SNAPSHOT</version>
       </dependency>
 
 For the current ARQ SNAPSHOT use:
@@ -107,7 +107,7 @@ For the current ARQ SNAPSHOT use:
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-arq</artifactId>
-      <version>2.9.3-SNAPSHOT</version>
+      <version>2.9.4-SNAPSHOT</version>
     </dependency>
 
 For the current TDB SNAPSHOT use:
@@ -115,7 +115,7 @@ For the current TDB SNAPSHOT use:
     <dependency>
       <groupId>org.apache.jena</groupId>
       <artifactId>jena-tdb</artifactId>
-      <version>0.9.3-SNAPSHOT</version>
+      <version>0.9.4-SNAPSHOT</version>
     </dependency>
 
 ### Build and install artifacts in your local Maven repository