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/02/01 20:04:34 UTC

svn commit: r1239268 - /incubator/jena/Jena2/Fuseki/trunk/pom.xml

Author: andy
Date: Wed Feb  1 19:04:34 2012
New Revision: 1239268

URL: http://svn.apache.org/viewvc?rev=1239268&view=rev
Log:
Set to use TDB 0.9.0-incubating for the release

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

Modified: incubator/jena/Jena2/Fuseki/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/Fuseki/trunk/pom.xml?rev=1239268&r1=1239267&r2=1239268&view=diff
==============================================================================
--- incubator/jena/Jena2/Fuseki/trunk/pom.xml (original)
+++ incubator/jena/Jena2/Fuseki/trunk/pom.xml Wed Feb  1 19:04:34 2012
@@ -47,7 +47,7 @@
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/jena/Jena2/Fuseki/</url>
+    <url>https://svn.apache.org/viewvc/incubator/jena/Jena2/Fuseki/</url>
   </scm>
 
   <properties>
@@ -63,7 +63,7 @@
 
     <ver.jena>2.7.0-incubating</ver.jena>
     <ver.arq>2.9.0-incubating</ver.arq>
-    <ver.tdb>0.9.0-incubating-SNAPSHOT</ver.tdb>
+    <ver.tdb>0.9.0-incubating</ver.tdb>
 
     <ver.jetty>7.5.4.v20111024</ver.jetty>
     <ver.servlet-jsp>2.1.v20100127</ver.servlet-jsp>