You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2013/10/23 22:33:37 UTC

svn commit: r1535159 - in /stanbol/branches/release-0.12: commons/web/rdfviewable-writer/ entityhub/indexing/dblp/ entityhub/indexing/dbpedia/ entityhub/indexing/genericrdf/ integration-tests/

Author: fchrist
Date: Wed Oct 23 20:33:37 2013
New Revision: 1535159

URL: http://svn.apache.org/r1535159
Log:
STANBOL-1139 Fixed wrong dep version, fixed Clerezza SNAPSHOT dep

Modified:
    stanbol/branches/release-0.12/commons/web/rdfviewable-writer/pom.xml
    stanbol/branches/release-0.12/entityhub/indexing/dblp/dependency-reduced-pom.xml
    stanbol/branches/release-0.12/entityhub/indexing/dbpedia/dependency-reduced-pom.xml
    stanbol/branches/release-0.12/entityhub/indexing/genericrdf/dependency-reduced-pom.xml
    stanbol/branches/release-0.12/integration-tests/pom.xml

Modified: stanbol/branches/release-0.12/commons/web/rdfviewable-writer/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/commons/web/rdfviewable-writer/pom.xml?rev=1535159&r1=1535158&r2=1535159&view=diff
==============================================================================
--- stanbol/branches/release-0.12/commons/web/rdfviewable-writer/pom.xml (original)
+++ stanbol/branches/release-0.12/commons/web/rdfviewable-writer/pom.xml Wed Oct 23 20:33:37 2013
@@ -97,7 +97,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId>
-      <version>0.10.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
       <type>jar</type>
     </dependency>
   </dependencies>

Modified: stanbol/branches/release-0.12/entityhub/indexing/dblp/dependency-reduced-pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/indexing/dblp/dependency-reduced-pom.xml?rev=1535159&r1=1535158&r2=1535159&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/dblp/dependency-reduced-pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/dblp/dependency-reduced-pom.xml Wed Oct 23 20:33:37 2013
@@ -20,8 +20,8 @@
     </license>
   </licenses>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/dblp</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/dblp</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/release-0.12/entityhub/indexing/dblp</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/release-0.12/entityhub/indexing/dblp</developerConnection>
     <url>http://stanbol.apache.org</url>
   </scm>
   <build>

Modified: stanbol/branches/release-0.12/entityhub/indexing/dbpedia/dependency-reduced-pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/indexing/dbpedia/dependency-reduced-pom.xml?rev=1535159&r1=1535158&r2=1535159&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/dbpedia/dependency-reduced-pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/dbpedia/dependency-reduced-pom.xml Wed Oct 23 20:33:37 2013
@@ -18,8 +18,8 @@
     </license>
   </licenses>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/dbpedia</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/dbpedia</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/release-0.12/entityhub/indexing/dbpedia</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/release-0.12/entityhub/indexing/dbpedia</developerConnection>
     <url>http://stanbol.apache.org</url>
   </scm>
   <build>

Modified: stanbol/branches/release-0.12/entityhub/indexing/genericrdf/dependency-reduced-pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/indexing/genericrdf/dependency-reduced-pom.xml?rev=1535159&r1=1535158&r2=1535159&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/indexing/genericrdf/dependency-reduced-pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/indexing/genericrdf/dependency-reduced-pom.xml Wed Oct 23 20:33:37 2013
@@ -20,8 +20,8 @@
     </license>
   </licenses>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/genericrdf</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/entityhub/indexing/genericrdf</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/stanbol/branches/release-0.12/entityhub/indexing/genericrdf</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/stanbol/branches/release-0.12/entityhub/indexing/genericrdf</developerConnection>
     <url>http://stanbol.apache.org</url>
   </scm>
   <build>

Modified: stanbol/branches/release-0.12/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/integration-tests/pom.xml?rev=1535159&r1=1535158&r2=1535159&view=diff
==============================================================================
--- stanbol/branches/release-0.12/integration-tests/pom.xml (original)
+++ stanbol/branches/release-0.12/integration-tests/pom.xml Wed Oct 23 20:33:37 2013
@@ -235,7 +235,6 @@
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.rdfjson</artifactId>
-      <version>0.4-SNAPSHOT</version>
     </dependency>
     <!-- use log4j for logging -->
     <dependency>  <!-- used for debug level logging during tests -->