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/12/13 14:06:45 UTC

svn commit: r1421278 - /jena/trunk/jena-larq/pom.xml

Author: andy
Date: Thu Dec 13 13:06:44 2012
New Revision: 1421278

URL: http://svn.apache.org/viewvc?rev=1421278&view=rev
Log:
Switch to Jena 2.10.0, TDB 0.10.0 (SNAPSHOTS)

Modified:
    jena/trunk/jena-larq/pom.xml

Modified: jena/trunk/jena-larq/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-larq/pom.xml?rev=1421278&r1=1421277&r2=1421278&view=diff
==============================================================================
--- jena/trunk/jena-larq/pom.xml (original)
+++ jena/trunk/jena-larq/pom.xml Thu Dec 13 13:06:44 2012
@@ -55,8 +55,8 @@
 
   <properties>
     <ver.lucene>3.6.1</ver.lucene>
-    <ver.arq>2.9.5-SNAPSHOT</ver.arq>
-    <ver.tdb>0.9.5-SNAPSHOT</ver.tdb>
+    <ver.arq>2.10.0-SNAPSHOT</ver.arq>
+    <ver.tdb>0.10.0-SNAPSHOT</ver.tdb>
   </properties>
 
   <dependencies>