You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2014/09/23 13:40:10 UTC

svn commit: r1626979 - in /stanbol/branches/release-0.12: commons/ldpath/clerezza/pom.xml enhancer/ldpath/pom.xml entityhub/ldpath/pom.xml

Author: rwesten
Date: Tue Sep 23 11:40:10 2014
New Revision: 1626979

URL: http://svn.apache.org/r1626979
Log:
STANBOL-1394: updated version ranges to support the upcoming LDPath 3.3.0 release (Apache Marmotta);

Modified:
    stanbol/branches/release-0.12/commons/ldpath/clerezza/pom.xml
    stanbol/branches/release-0.12/enhancer/ldpath/pom.xml
    stanbol/branches/release-0.12/entityhub/ldpath/pom.xml

Modified: stanbol/branches/release-0.12/commons/ldpath/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/commons/ldpath/clerezza/pom.xml?rev=1626979&r1=1626978&r2=1626979&view=diff
==============================================================================
--- stanbol/branches/release-0.12/commons/ldpath/clerezza/pom.xml (original)
+++ stanbol/branches/release-0.12/commons/ldpath/clerezza/pom.xml Tue Sep 23 11:40:10 2014
@@ -56,7 +56,7 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.marmotta.ldpath.api.backend; provide:=true,
+              org.apache.marmotta.ldpath.api.backend; provide:=true; version="[3.2.0,3.4.0)",
               *
             </Import-Package>
             <Export-Package>

Modified: stanbol/branches/release-0.12/enhancer/ldpath/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/enhancer/ldpath/pom.xml?rev=1626979&r1=1626978&r2=1626979&view=diff
==============================================================================
--- stanbol/branches/release-0.12/enhancer/ldpath/pom.xml (original)
+++ stanbol/branches/release-0.12/enhancer/ldpath/pom.xml Tue Sep 23 11:40:10 2014
@@ -55,8 +55,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.marmotta.ldpath.api.backend; provide:=true,
-              org.apache.marmotta.ldpath.api.functions; provide:=true,
+              org.apache.marmotta.ldpath.api.backend; provide:=true; version="[3.2.0,3.4.0)",
+              org.apache.marmotta.ldpath.api.functions; provide:=true; version="[3.2.0,3.4.0)",
               org.apache.stanbol.enhancer.ldpath,
               org.apache.stanbol.enhancer.ldpath.backend,
               org.apache.stanbol.enhancer.ldpath.function,

Modified: stanbol/branches/release-0.12/entityhub/ldpath/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/release-0.12/entityhub/ldpath/pom.xml?rev=1626979&r1=1626978&r2=1626979&view=diff
==============================================================================
--- stanbol/branches/release-0.12/entityhub/ldpath/pom.xml (original)
+++ stanbol/branches/release-0.12/entityhub/ldpath/pom.xml Tue Sep 23 11:40:10 2014
@@ -55,9 +55,9 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.marmotta.ldpath; provide:=true,
-              org.apache.marmotta.ldpath.api.backend; provide:=true,
-              org.apache.marmotta.ldpath.api.transformers; provide:=true,
+              org.apache.marmotta.ldpath; provide:=true; version="[3.2.0,3.4.0)",
+              org.apache.marmotta.ldpath.api.backend; provide:=true; version="[3.2.0,3.4.0)",
+              org.apache.marmotta.ldpath.api.transformers; provide:=true; version="[3.2.0,3.4.0)",
               org.apache.stanbol.entityhub.servicesapi.query; provide:=true; version="[0.11,0.13)",
               org.apache.stanbol.entityhub.ldpath,
               org.apache.stanbol.entityhub.ldpath.backend,