You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2011/10/17 11:11:45 UTC

svn commit: r1185048 - /incubator/jena/Jena2/LARQ/trunk/pom.xml

Author: castagna
Date: Mon Oct 17 09:11:45 2011
New Revision: 1185048

URL: http://svn.apache.org/viewvc?rev=1185048&view=rev
Log:
Use org.apache.jena:jena-tdb:0.9.0-incubating-SNAPSHOT.

Modified:
    incubator/jena/Jena2/LARQ/trunk/pom.xml

Modified: incubator/jena/Jena2/LARQ/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/LARQ/trunk/pom.xml?rev=1185048&r1=1185047&r2=1185048&view=diff
==============================================================================
--- incubator/jena/Jena2/LARQ/trunk/pom.xml (original)
+++ incubator/jena/Jena2/LARQ/trunk/pom.xml Mon Oct 17 09:11:45 2011
@@ -81,7 +81,7 @@
   <properties>
     <lucene.version>3.1.0</lucene.version>
     <arq.version>2.8.9-incubating-SNAPSHOT</arq.version>
-    <tdb.version>0.8.11-SNAPSHOT</tdb.version>
+    <tdb.version>0.9.0-incubating-SNAPSHOT</tdb.version>
     <slf4j.version>1.6.1</slf4j.version>
     <junit.version>4.8.2</junit.version>
     <jdk.version>1.6</jdk.version>
@@ -119,8 +119,8 @@
     </dependency>
 
     <dependency>
-      <groupId>com.hp.hpl.jena</groupId>
-      <artifactId>tdb</artifactId>
+      <groupId>org.apache.jena</groupId>
+      <artifactId>jena-tdb</artifactId>
       <version>${tdb.version}</version>
       <scope>test</scope>
     </dependency>