Author: fchrist
Date: Tue Jan 29 14:43:10 2013
New Revision: 1439914

URL: http://svn.apache.org/viewvc?rev=1439914&view=rev
Log:
STANBOL-901 merged entityhub parent and reactor pom, updated artifacts and 
launchers to new dev version

Added:
    stanbol/trunk/releasing/update_to_latest_dev_versions.sh
Removed:
    stanbol/trunk/entityhub/indexing/parent/
    stanbol/trunk/entityhub/parent/
Modified:
    stanbol/trunk/entityhub/defaults/pom.xml
    stanbol/trunk/entityhub/generic/core/pom.xml
    stanbol/trunk/entityhub/generic/servicesapi/pom.xml
    stanbol/trunk/entityhub/generic/test/pom.xml
    stanbol/trunk/entityhub/indexing/core/pom.xml
    stanbol/trunk/entityhub/indexing/dblp/pom.xml
    stanbol/trunk/entityhub/indexing/dbpedia/pom.xml
    stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml
    stanbol/trunk/entityhub/indexing/genericrdf/pom.xml
    stanbol/trunk/entityhub/indexing/geonames/pom.xml
    stanbol/trunk/entityhub/indexing/pom.xml
    stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml
    stanbol/trunk/entityhub/indexing/source/vcard/pom.xml
    stanbol/trunk/entityhub/jersey/pom.xml
    stanbol/trunk/entityhub/ldpath/pom.xml
    stanbol/trunk/entityhub/model/clerezza/pom.xml
    stanbol/trunk/entityhub/pom.xml
    stanbol/trunk/entityhub/query/clerezza/pom.xml
    stanbol/trunk/entityhub/site/linkeddata/pom.xml
    stanbol/trunk/entityhub/site/managed/pom.xml
    stanbol/trunk/entityhub/yard/clerezza/pom.xml
    stanbol/trunk/entityhub/yard/solr/pom.xml
    stanbol/trunk/launchers/bundlelists/entityhub/pom.xml
    stanbol/trunk/launchers/bundlelists/entityhub/src/main/bundles/list.xml
    stanbol/trunk/launchers/full-war/pom.xml
    stanbol/trunk/launchers/full/pom.xml
    stanbol/trunk/launchers/stable/pom.xml

Modified: stanbol/trunk/entityhub/defaults/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/defaults/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/defaults/pom.xml (original)
+++ stanbol/trunk/entityhub/defaults/pom.xml Tue Jan 29 14:43:10 2013
@@ -15,14 +15,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../parent/pom.xml</relativePath>
+    <artifactId>apache-stanbol-entityhub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.defaults</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Entityhub Default Configuration</name>
@@ -37,15 +35,6 @@
     </developerConnection>
     <url>http://stanbol.apache.org</url>
   </scm>
-
-  <licenses>
-    <license>
-      <name>Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-      <comments>A business-friendly OSS license</comments>
-    </license>
-  </licenses>
   
   <build>
     <!-- make it an OSGi bundle -->

Modified: stanbol/trunk/entityhub/generic/core/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/generic/core/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/generic/core/pom.xml (original)
+++ stanbol/trunk/entityhub/generic/core/pom.xml Tue Jan 29 14:43:10 2013
@@ -21,14 +21,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-entityhub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.core</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Entityhub Generic Core</name>

Modified: stanbol/trunk/entityhub/generic/servicesapi/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/generic/servicesapi/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/generic/servicesapi/pom.xml (original)
+++ stanbol/trunk/entityhub/generic/servicesapi/pom.xml Tue Jan 29 14:43:10 2013
@@ -21,14 +21,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-entityhub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Entityhub Generic Service API</name>

Modified: stanbol/trunk/entityhub/generic/test/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/generic/test/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/generic/test/pom.xml (original)
+++ stanbol/trunk/entityhub/generic/test/pom.xml Tue Jan 29 14:43:10 2013
@@ -21,14 +21,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-entityhub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.test</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Apache Stanbol Entityhub Generic Test Framework</name>

Modified: stanbol/trunk/entityhub/indexing/core/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/core/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/core/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/core/pom.xml Tue Jan 29 14:43:10 2013
@@ -21,14 +21,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <artifactId>apache-stanbol-entityhub-indexing</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Entityhub Indexing Core</name>

Modified: stanbol/trunk/entityhub/indexing/dblp/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/dblp/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/dblp/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/dblp/pom.xml Tue Jan 29 14:43:10 2013
@@ -19,14 +19,12 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <artifactId>apache-stanbol-entityhub-indexing</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.indexing.dblp</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Apache Stanbol Entityhub Indexing for dblp</name>

Modified: stanbol/trunk/entityhub/indexing/dbpedia/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/dbpedia/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/dbpedia/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/dbpedia/pom.xml Tue Jan 29 14:43:10 2013
@@ -20,14 +20,12 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <artifactId>apache-stanbol-entityhub-indexing</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.indexing.dbpedia</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Apache Stanbol Entityhub Indexing for DBpedia.org</name>

Modified: stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/destination/solryard/pom.xml Tue Jan 29 
14:43:10 2013
@@ -20,14 +20,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-entityhub-indexing</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   
<artifactId>org.apache.stanbol.entityhub.indexing.destination.solryard</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Entityhub Indexing Destination SolrYard</name>

Modified: stanbol/trunk/entityhub/indexing/genericrdf/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/genericrdf/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/genericrdf/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/genericrdf/pom.xml Tue Jan 29 14:43:10 2013
@@ -19,14 +19,12 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <artifactId>apache-stanbol-entityhub-indexing</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.indexing.genericrdf</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Apache Stanbol Entityhub Indexing Generic RDF</name>

Modified: stanbol/trunk/entityhub/indexing/geonames/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/geonames/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/geonames/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/geonames/pom.xml Tue Jan 29 14:43:10 2013
@@ -21,15 +21,13 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-entityhub-indexing</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.indexing.geonames</artifactId>
   <packaging>jar</packaging>
-  <version>0.11.0-SNAPSHOT</version>
   
   <name>Apache Stanbol Entityhub Indexing for geonames.org</name>
   

Modified: stanbol/trunk/entityhub/indexing/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/pom.xml Tue Jan 29 14:43:10 2013
@@ -20,24 +20,21 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
-    <version>12</version>
-    <relativePath />
+    <groupId>org.apache.stanbol</groupId>
+    <artifactId>stanbol-parent</artifactId>
+    <version>3</version>
+    <relativePath>../../parent</relativePath>
   </parent>
   
   <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.entityhub.indexing.reactor</artifactId>
-  <version>0.10.1-SNAPSHOT</version>
+  <artifactId>apache-stanbol-entityhub-indexing</artifactId>
+  <version>0.12.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Apache Stanbol Entityhub Indexing Reactor</name>
-  <description>
-    Pseudo project to build the complete Apache Stanbol Entityhub Indexing 
component
-  </description>
+  <name>Apache Stanbol Entityhub Indexing</name>
+  <description>Pseudo project to build the complete Apache Stanbol Entityhub 
Indexing component.</description>
 
   <inceptionYear>2010</inceptionYear>
-
   <licenses>
     <license>
       <name>Apache Software License, Version 2.0</name>
@@ -58,8 +55,6 @@
   </scm>
 
   <modules>
-    <module>parent</module>
-
     <module>core</module>
     <module>source/jenatdb</module>
     <module>source/vcard</module>
@@ -70,4 +65,22 @@
     <module>dbpedia</module>
     <module>dblp</module>
   </modules>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.felix</groupId>
+          <artifactId>maven-bundle-plugin</artifactId>
+          <inherited>true</inherited>
+          <configuration>
+            <instructions>
+              <Bundle-Category>Stanbol Entityhub Indexing</Bundle-Category>
+            </instructions>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
 </project>

Modified: stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/source/jenatdb/pom.xml Tue Jan 29 14:43:10 
2013
@@ -21,14 +21,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-entityhub-indexing</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.indexing.source.jenatdb</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Entityhub Indexing Source for Jena TDB</name>

Modified: stanbol/trunk/entityhub/indexing/source/vcard/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/source/vcard/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/indexing/source/vcard/pom.xml (original)
+++ stanbol/trunk/entityhub/indexing/source/vcard/pom.xml Tue Jan 29 14:43:10 
2013
@@ -21,14 +21,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.indexing.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-entityhub-indexing</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.indexing.source.vcard</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Entityhub Indexing Source for vCard</name>

Modified: stanbol/trunk/entityhub/jersey/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/jersey/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/jersey/pom.xml (original)
+++ stanbol/trunk/entityhub/jersey/pom.xml Tue Jan 29 14:43:10 2013
@@ -15,14 +15,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../parent/pom.xml</relativePath>
+    <artifactId>apache-stanbol-entityhub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.jersey</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Entityhub Web Jersey HTTP Endpoint</name>

Modified: stanbol/trunk/entityhub/ldpath/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/ldpath/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/ldpath/pom.xml (original)
+++ stanbol/trunk/entityhub/ldpath/pom.xml Tue Jan 29 14:43:10 2013
@@ -15,14 +15,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../parent/pom.xml</relativePath>
+    <artifactId>apache-stanbol-entityhub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Entityhub LDPath Support</name>

Modified: stanbol/trunk/entityhub/model/clerezza/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/model/clerezza/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/model/clerezza/pom.xml (original)
+++ stanbol/trunk/entityhub/model/clerezza/pom.xml Tue Jan 29 14:43:10 2013
@@ -21,14 +21,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-entityhub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Entityhub Model Clerezza</name>

Modified: stanbol/trunk/entityhub/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/pom.xml (original)
+++ stanbol/trunk/entityhub/pom.xml Tue Jan 29 14:43:10 2013
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>apache-stanbol-entityhub</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
+  <version>0.12.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Entityhub</name>
@@ -57,8 +57,6 @@
   </scm>  
 
   <modules>
-    <module>parent</module>
-
     <module>generic/servicesapi</module>
     <module>generic/test</module>
     <module>generic/core</module>
@@ -71,11 +69,28 @@
     <module>jersey</module>
     <module>ldpath</module>
 
-    <!-- Utils for createing local caches (indexing utils) -->
+    <!-- Utils for creating local caches (indexing utils) -->
     <module>indexing</module>
     <module>defaults</module>
   </modules>
 
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.felix</groupId>
+          <artifactId>maven-bundle-plugin</artifactId>
+          <inherited>true</inherited>
+          <configuration>
+            <instructions>
+              <Bundle-Category>Stanbol Entityhub</Bundle-Category>
+            </instructions>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
   <profiles>
     <profile>
       <id>apache-release</id>

Modified: stanbol/trunk/entityhub/query/clerezza/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/query/clerezza/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/query/clerezza/pom.xml (original)
+++ stanbol/trunk/entityhub/query/clerezza/pom.xml Tue Jan 29 14:43:10 2013
@@ -21,14 +21,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-entityhub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Entityhub Query SPARQL</name>

Modified: stanbol/trunk/entityhub/site/linkeddata/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/site/linkeddata/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/site/linkeddata/pom.xml (original)
+++ stanbol/trunk/entityhub/site/linkeddata/pom.xml Tue Jan 29 14:43:10 2013
@@ -21,14 +21,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-entityhub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.site.linkeddata</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Entityhub Site Linked Data Protocol</name>

Modified: stanbol/trunk/entityhub/site/managed/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/site/managed/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/site/managed/pom.xml (original)
+++ stanbol/trunk/entityhub/site/managed/pom.xml Tue Jan 29 14:43:10 2013
@@ -21,14 +21,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-entityhub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.site.managed</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Entityhub Managed Site</name>

Modified: stanbol/trunk/entityhub/yard/clerezza/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/clerezza/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/yard/clerezza/pom.xml (original)
+++ stanbol/trunk/entityhub/yard/clerezza/pom.xml Tue Jan 29 14:43:10 2013
@@ -21,14 +21,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-entityhub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.yard.clerezza</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Entityhub Yard based on Clerezza</name>

Modified: stanbol/trunk/entityhub/yard/solr/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/yard/solr/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/entityhub/yard/solr/pom.xml (original)
+++ stanbol/trunk/entityhub/yard/solr/pom.xml Tue Jan 29 14:43:10 2013
@@ -21,14 +21,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.entityhub.parent</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-entityhub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Entityhub Yard based on Solr</name>

Modified: stanbol/trunk/launchers/bundlelists/entityhub/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/entityhub/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/entityhub/pom.xml (original)
+++ stanbol/trunk/launchers/bundlelists/entityhub/pom.xml Tue Jan 29 14:43:10 
2013
@@ -14,28 +14,17 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>stanbol-parent</artifactId>
     <groupId>org.apache.stanbol</groupId>
-    <version>3</version>
-    <relativePath>../../../parent</relativePath>
+    <artifactId>apache-stanbol-entityhub</artifactId>
+    <version>0.12.0-SNAPSHOT</version>
+    <relativePath>../../../entityhub</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub</artifactId>
-  <version>0.11.0-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
   
   <name>Apache Stanbol Bundlelist for Entityhub</name>
 
-  <licenses>
-    <license>
-      <name>Apache Software License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
-      <distribution>repo</distribution>
-      <comments>A business-friendly OSS license</comments>
-    </license>
-  </licenses>
-
   <build>
     <plugins>
       <plugin>

Modified: 
stanbol/trunk/launchers/bundlelists/entityhub/src/main/bundles/list.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/entityhub/src/main/bundles/list.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/entityhub/src/main/bundles/list.xml 
(original)
+++ stanbol/trunk/launchers/bundlelists/entityhub/src/main/bundles/list.xml Tue 
Jan 29 14:43:10 2013
@@ -22,47 +22,47 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.site.managed</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.site.linkeddata</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.yard.clerezza</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.core</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>   
 <!--     <bundle> 
       <groupId>org.jdom</groupId>
@@ -77,7 +77,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.jersey</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
   </startLevel>  
   <!-- Default configuration for the Entityhub -->
@@ -85,7 +85,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.entityhub.defaults</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
     </bundle>
   </startLevel>  
 </bundles>  
\ No newline at end of file

Modified: stanbol/trunk/launchers/full-war/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/full-war/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/launchers/full-war/pom.xml (original)
+++ stanbol/trunk/launchers/full-war/pom.xml Tue Jan 29 14:43:10 2013
@@ -187,7 +187,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       
<artifactId>org.apache.stanbol.launchers.bundlelists.entityhub</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
       <type>partialbundlelist</type>
     </dependency>
     

Modified: stanbol/trunk/launchers/full/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/full/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/launchers/full/pom.xml (original)
+++ stanbol/trunk/launchers/full/pom.xml Tue Jan 29 14:43:10 2013
@@ -230,7 +230,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       
<artifactId>org.apache.stanbol.launchers.bundlelists.entityhub</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
       <type>partialbundlelist</type>
       <scope>provided</scope>
     </dependency>

Modified: stanbol/trunk/launchers/stable/pom.xml
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/launchers/stable/pom.xml?rev=1439914&r1=1439913&r2=1439914&view=diff
==============================================================================
--- stanbol/trunk/launchers/stable/pom.xml (original)
+++ stanbol/trunk/launchers/stable/pom.xml Tue Jan 29 14:43:10 2013
@@ -189,7 +189,7 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       
<artifactId>org.apache.stanbol.launchers.bundlelists.entityhub</artifactId>
-      <version>0.11.0-SNAPSHOT</version>
+      <version>0.12.0-SNAPSHOT</version>
       <type>partialbundlelist</type>
       <scope>provided</scope>
     </dependency>

Added: stanbol/trunk/releasing/update_to_latest_dev_versions.sh
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/releasing/update_to_latest_dev_versions.sh?rev=1439914&view=auto
==============================================================================
--- stanbol/trunk/releasing/update_to_latest_dev_versions.sh (added)
+++ stanbol/trunk/releasing/update_to_latest_dev_versions.sh Tue Jan 29 
14:43:10 2013
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# Updates the dependencies in all POMs to use the latest
+# available Stanbol release artifacts.
+# Uses the Maven versions plugin.
+
+mvn versions:use-latest-versions -DexcludeReactor=false 
-DgenerateBackupPoms=false -DallowSnapshots=true -Dincludes=org.apache.stanbol:*
\ No newline at end of file


Reply via email to