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/03/21 10:36:38 UTC

svn commit: r1459203 - in /stanbol/branches/enhancer-0.10.1: ./ benchmark/ chain/allactive/ chain/graph/ chain/list/ chain/weighted/ defaults/ generic/core/ generic/nlp-json/ generic/nlp/ generic/rdfentities/ generic/servicesapi/ generic/test/ jersey/ ...

Author: fchrist
Date: Thu Mar 21 09:36:37 2013
New Revision: 1459203

URL: http://svn.apache.org/r1459203
Log:
STANBOL-982 set enhancer version to 0.10.1 in branch

Modified:
    stanbol/branches/enhancer-0.10.1/benchmark/pom.xml
    stanbol/branches/enhancer-0.10.1/chain/allactive/pom.xml
    stanbol/branches/enhancer-0.10.1/chain/graph/pom.xml
    stanbol/branches/enhancer-0.10.1/chain/list/pom.xml
    stanbol/branches/enhancer-0.10.1/chain/weighted/pom.xml
    stanbol/branches/enhancer-0.10.1/defaults/pom.xml
    stanbol/branches/enhancer-0.10.1/generic/core/pom.xml
    stanbol/branches/enhancer-0.10.1/generic/nlp-json/pom.xml
    stanbol/branches/enhancer-0.10.1/generic/nlp/pom.xml
    stanbol/branches/enhancer-0.10.1/generic/rdfentities/pom.xml
    stanbol/branches/enhancer-0.10.1/generic/servicesapi/pom.xml
    stanbol/branches/enhancer-0.10.1/generic/test/pom.xml
    stanbol/branches/enhancer-0.10.1/jersey/pom.xml
    stanbol/branches/enhancer-0.10.1/jobmanager/event/pom.xml
    stanbol/branches/enhancer-0.10.1/jobmanager/weightedjobmanager/pom.xml
    stanbol/branches/enhancer-0.10.1/ldpath/pom.xml
    stanbol/branches/enhancer-0.10.1/pom.xml

Modified: stanbol/branches/enhancer-0.10.1/benchmark/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/enhancer-0.10.1/benchmark/pom.xml?rev=1459203&r1=1459202&r2=1459203&view=diff
==============================================================================
--- stanbol/branches/enhancer-0.10.1/benchmark/pom.xml (original)
+++ stanbol/branches/enhancer-0.10.1/benchmark/pom.xml Thu Mar 21 09:36:37 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/enhancer-0.10.1/chain/allactive/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/enhancer-0.10.1/chain/allactive/pom.xml?rev=1459203&r1=1459202&r2=1459203&view=diff
==============================================================================
--- stanbol/branches/enhancer-0.10.1/chain/allactive/pom.xml (original)
+++ stanbol/branches/enhancer-0.10.1/chain/allactive/pom.xml Thu Mar 21 09:36:37 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -56,7 +56,7 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.12)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true,
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/branches/enhancer-0.10.1/chain/graph/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/enhancer-0.10.1/chain/graph/pom.xml?rev=1459203&r1=1459202&r2=1459203&view=diff
==============================================================================
--- stanbol/branches/enhancer-0.10.1/chain/graph/pom.xml (original)
+++ stanbol/branches/enhancer-0.10.1/chain/graph/pom.xml Thu Mar 21 09:36:37 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -57,8 +57,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.12)",
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true; version="[0.10,0.12)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true,
+              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/branches/enhancer-0.10.1/chain/list/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/enhancer-0.10.1/chain/list/pom.xml?rev=1459203&r1=1459202&r2=1459203&view=diff
==============================================================================
--- stanbol/branches/enhancer-0.10.1/chain/list/pom.xml (original)
+++ stanbol/branches/enhancer-0.10.1/chain/list/pom.xml Thu Mar 21 09:36:37 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -57,8 +57,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.12)",
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true; version="[0.10,0.12)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true,
+              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/branches/enhancer-0.10.1/chain/weighted/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/enhancer-0.10.1/chain/weighted/pom.xml?rev=1459203&r1=1459202&r2=1459203&view=diff
==============================================================================
--- stanbol/branches/enhancer-0.10.1/chain/weighted/pom.xml (original)
+++ stanbol/branches/enhancer-0.10.1/chain/weighted/pom.xml Thu Mar 21 09:36:37 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -58,8 +58,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.12)",
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true; version="[0.10,0.12)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true,
+              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
               *
             </Import-Package>
             <Private-Package>

Modified: stanbol/branches/enhancer-0.10.1/defaults/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/enhancer-0.10.1/defaults/pom.xml?rev=1459203&r1=1459202&r2=1459203&view=diff
==============================================================================
--- stanbol/branches/enhancer-0.10.1/defaults/pom.xml (original)
+++ stanbol/branches/enhancer-0.10.1/defaults/pom.xml Thu Mar 21 09:36:37 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/enhancer-0.10.1/generic/core/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/enhancer-0.10.1/generic/core/pom.xml?rev=1459203&r1=1459202&r2=1459203&view=diff
==============================================================================
--- stanbol/branches/enhancer-0.10.1/generic/core/pom.xml (original)
+++ stanbol/branches/enhancer-0.10.1/generic/core/pom.xml Thu Mar 21 09:36:37 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -54,8 +54,8 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.12)",
-              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true; version="[0.10,0.12)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true,
+              org.apache.stanbol.enhancer.servicesapi.impl; provide:=true,
               org.apache.stanbol.enhancer.contentitem.inmemory,
               org.apache.stanbol.enhancer.contentitem.file,
               *

Modified: stanbol/branches/enhancer-0.10.1/generic/nlp-json/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/enhancer-0.10.1/generic/nlp-json/pom.xml?rev=1459203&r1=1459202&r2=1459203&view=diff
==============================================================================
--- stanbol/branches/enhancer-0.10.1/generic/nlp-json/pom.xml (original)
+++ stanbol/branches/enhancer-0.10.1/generic/nlp-json/pom.xml Thu Mar 21 09:36:37 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 

Modified: stanbol/branches/enhancer-0.10.1/generic/nlp/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/enhancer-0.10.1/generic/nlp/pom.xml?rev=1459203&r1=1459202&r2=1459203&view=diff
==============================================================================
--- stanbol/branches/enhancer-0.10.1/generic/nlp/pom.xml (original)
+++ stanbol/branches/enhancer-0.10.1/generic/nlp/pom.xml Thu Mar 21 09:36:37 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 

Modified: stanbol/branches/enhancer-0.10.1/generic/rdfentities/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/enhancer-0.10.1/generic/rdfentities/pom.xml?rev=1459203&r1=1459202&r2=1459203&view=diff
==============================================================================
--- stanbol/branches/enhancer-0.10.1/generic/rdfentities/pom.xml (original)
+++ stanbol/branches/enhancer-0.10.1/generic/rdfentities/pom.xml Thu Mar 21 09:36:37 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 

Modified: stanbol/branches/enhancer-0.10.1/generic/servicesapi/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/enhancer-0.10.1/generic/servicesapi/pom.xml?rev=1459203&r1=1459202&r2=1459203&view=diff
==============================================================================
--- stanbol/branches/enhancer-0.10.1/generic/servicesapi/pom.xml (original)
+++ stanbol/branches/enhancer-0.10.1/generic/servicesapi/pom.xml Thu Mar 21 09:36:37 2013
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 

Modified: stanbol/branches/enhancer-0.10.1/generic/test/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/enhancer-0.10.1/generic/test/pom.xml?rev=1459203&r1=1459202&r2=1459203&view=diff
==============================================================================
--- stanbol/branches/enhancer-0.10.1/generic/test/pom.xml (original)
+++ stanbol/branches/enhancer-0.10.1/generic/test/pom.xml Thu Mar 21 09:36:37 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 

Modified: stanbol/branches/enhancer-0.10.1/jersey/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/enhancer-0.10.1/jersey/pom.xml?rev=1459203&r1=1459202&r2=1459203&view=diff
==============================================================================
--- stanbol/branches/enhancer-0.10.1/jersey/pom.xml (original)
+++ stanbol/branches/enhancer-0.10.1/jersey/pom.xml Thu Mar 21 09:36:37 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/enhancer-0.10.1/jobmanager/event/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/enhancer-0.10.1/jobmanager/event/pom.xml?rev=1459203&r1=1459202&r2=1459203&view=diff
==============================================================================
--- stanbol/branches/enhancer-0.10.1/jobmanager/event/pom.xml (original)
+++ stanbol/branches/enhancer-0.10.1/jobmanager/event/pom.xml Thu Mar 21 09:36:37 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
 
@@ -57,7 +57,7 @@
         <configuration>
           <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10.0,0.12)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true,
               org.apache.stanbol.enhancer.jobmanager.event,
               *
             </Import-Package>

Modified: stanbol/branches/enhancer-0.10.1/jobmanager/weightedjobmanager/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/enhancer-0.10.1/jobmanager/weightedjobmanager/pom.xml?rev=1459203&r1=1459202&r2=1459203&view=diff
==============================================================================
--- stanbol/branches/enhancer-0.10.1/jobmanager/weightedjobmanager/pom.xml (original)
+++ stanbol/branches/enhancer-0.10.1/jobmanager/weightedjobmanager/pom.xml Thu Mar 21 09:36:37 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   
@@ -57,7 +57,7 @@
       	<configuration>
       	  <instructions>
             <Import-Package>
-              org.apache.stanbol.enhancer.servicesapi; provide:=true; version="[0.10,0.12)",
+              org.apache.stanbol.enhancer.servicesapi; provide:=true,
               *
             </Import-Package>
       	    <Private-Package>

Modified: stanbol/branches/enhancer-0.10.1/ldpath/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/enhancer-0.10.1/ldpath/pom.xml?rev=1459203&r1=1459202&r2=1459203&view=diff
==============================================================================
--- stanbol/branches/enhancer-0.10.1/ldpath/pom.xml (original)
+++ stanbol/branches/enhancer-0.10.1/ldpath/pom.xml Thu Mar 21 09:36:37 2013
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>apache-stanbol-enhancer</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: stanbol/branches/enhancer-0.10.1/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/enhancer-0.10.1/pom.xml?rev=1459203&r1=1459202&r2=1459203&view=diff
==============================================================================
--- stanbol/branches/enhancer-0.10.1/pom.xml (original)
+++ stanbol/branches/enhancer-0.10.1/pom.xml Thu Mar 21 09:36:37 2013
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>apache-stanbol-enhancer</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
+  <version>0.10.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Enhancer</name>