You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by al...@apache.org on 2012/06/20 11:24:05 UTC

svn commit: r1352007 - in /incubator/stanbol/trunk/contrib/reasoners: hermit/pom.xml owllink/pom.xml

Author: alexdma
Date: Wed Jun 20 09:24:04 2012
New Revision: 1352007

URL: http://svn.apache.org/viewvc?rev=1352007&view=rev
Log:
Changed parent POM references and owllink dependency. This should fix STANBOL-664

Modified:
    incubator/stanbol/trunk/contrib/reasoners/hermit/pom.xml
    incubator/stanbol/trunk/contrib/reasoners/owllink/pom.xml

Modified: incubator/stanbol/trunk/contrib/reasoners/hermit/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contrib/reasoners/hermit/pom.xml?rev=1352007&r1=1352006&r2=1352007&view=diff
==============================================================================
--- incubator/stanbol/trunk/contrib/reasoners/hermit/pom.xml (original)
+++ incubator/stanbol/trunk/contrib/reasoners/hermit/pom.xml Wed Jun 20 09:24:04 2012
@@ -21,8 +21,8 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <version>2-incubating-SNAPSHOT</version>
+    <relativePath>../../../parent</relativePath>
   </parent>
 <modelVersion>4.0.0</modelVersion>
   <artifactId>org.apache.stanbol.reasoners.hermit</artifactId>

Modified: incubator/stanbol/trunk/contrib/reasoners/owllink/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contrib/reasoners/owllink/pom.xml?rev=1352007&r1=1352006&r2=1352007&view=diff
==============================================================================
--- incubator/stanbol/trunk/contrib/reasoners/owllink/pom.xml (original)
+++ incubator/stanbol/trunk/contrib/reasoners/owllink/pom.xml Wed Jun 20 09:24:04 2012
@@ -22,8 +22,8 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <version>2-incubating-SNAPSHOT</version>
+    <relativePath>../../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
@@ -90,7 +90,7 @@
     <dependency>
       <groupId>owl-link</groupId>
       <artifactId>owl-link</artifactId>
-      <version>1.2.0</version>
+      <version>1.2.2</version>
       <type>jar</type>
     </dependency>
   </dependencies>