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 2012/02/02 12:19:27 UTC

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

Author: castagna
Date: Thu Feb  2 11:19:27 2012
New Revision: 1239542

URL: http://svn.apache.org/viewvc?rev=1239542&view=rev
Log:
Added Apache stating repository... so it is possible to test things against a staged module (TDB in this case).

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=1239542&r1=1239541&r2=1239542&view=diff
==============================================================================
--- incubator/jena/Jena2/LARQ/trunk/pom.xml (original)
+++ incubator/jena/Jena2/LARQ/trunk/pom.xml Thu Feb  2 11:19:27 2012
@@ -43,7 +43,7 @@
   <properties>
     <ver.lucene>3.5.0</ver.lucene>
     <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>
   </properties>
 
   <dependencies>
@@ -147,6 +147,11 @@
         <enabled>false</enabled>
       </releases>
     </repository>
+    <repository>
+      <id>apache.staging</id>
+      <name>Apache Staging Repository</name>
+      <url>https://repository.apache.org/content/repositories/staging/</url>
+    </repository>
   </repositories>
 
   <issueManagement>