You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by ci...@apache.org on 2011/04/01 10:26:38 UTC

svn commit: r1087623 - in /incubator/stanbol/trunk/kres/ontologymanager/store: ./ api/ clerezza/ ext/org.semanticweb.owlapi.owllink/ ext/org.semanticweb.owlapi/ fise-adapter/ jena/ launchers/fise/ launchers/fise/src/main/bundles/ launchers/lite/ parent...

Author: cihan
Date: Fri Apr  1 08:26:37 2011
New Revision: 1087623

URL: http://svn.apache.org/viewvc?rev=1087623&view=rev
Log:
STANBOl-135: Added stanbol-parent as top level parent of store module. Removed overlapping dependencies in store.parent

Modified:
    incubator/stanbol/trunk/kres/ontologymanager/store/api/pom.xml
    incubator/stanbol/trunk/kres/ontologymanager/store/clerezza/pom.xml
    incubator/stanbol/trunk/kres/ontologymanager/store/ext/org.semanticweb.owlapi.owllink/pom.xml
    incubator/stanbol/trunk/kres/ontologymanager/store/ext/org.semanticweb.owlapi/pom.xml
    incubator/stanbol/trunk/kres/ontologymanager/store/fise-adapter/pom.xml
    incubator/stanbol/trunk/kres/ontologymanager/store/jena/pom.xml
    incubator/stanbol/trunk/kres/ontologymanager/store/launchers/fise/pom.xml
    incubator/stanbol/trunk/kres/ontologymanager/store/launchers/fise/src/main/bundles/list.xml
    incubator/stanbol/trunk/kres/ontologymanager/store/launchers/lite/pom.xml
    incubator/stanbol/trunk/kres/ontologymanager/store/parent/pom.xml
    incubator/stanbol/trunk/kres/ontologymanager/store/pom.xml
    incubator/stanbol/trunk/kres/ontologymanager/store/rest-client/pom.xml
    incubator/stanbol/trunk/kres/ontologymanager/store/rest/pom.xml
    incubator/stanbol/trunk/kres/ontologymanager/store/tdb/pom.xml

Modified: incubator/stanbol/trunk/kres/ontologymanager/store/api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/store/api/pom.xml?rev=1087623&r1=1087622&r2=1087623&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/store/api/pom.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/store/api/pom.xml Fri Apr  1 08:26:37 2011
@@ -3,11 +3,14 @@
 	<parent>
 		<artifactId>org.apache.stanbol.ontologymanager.store.parent</artifactId>
 		<groupId>org.apache.stanbol</groupId>
-		<version>0.9-SNAPSHOT</version>
+		<version>${stanbol-version}</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
+	
+	<groupId>org.apache.stanbol</groupId>
 	<artifactId>org.apache.stanbol.ontologymanager.store.api</artifactId>
+	<version>${stanbol-version}</version>
 	<name>Apache Stanbol Ontology Manager Store - API</name>
 	<packaging>bundle</packaging>
 

Modified: incubator/stanbol/trunk/kres/ontologymanager/store/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/store/clerezza/pom.xml?rev=1087623&r1=1087622&r2=1087623&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/store/clerezza/pom.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/store/clerezza/pom.xml Fri Apr  1 08:26:37 2011
@@ -4,15 +4,17 @@
 	<parent>
 		<artifactId>org.apache.stanbol.ontologymanager.store.parent</artifactId>
 		<groupId>org.apache.stanbol</groupId>
-		<version>0.9-SNAPSHOT</version>
+		<version>${stanbol-version}</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.stanbol</groupId>
 	<artifactId>org.apache.stanbol.ontologymanager.store.clerezza</artifactId>
 	<packaging>bundle</packaging>
 	<name>Apache Stanbol Ontology Manager Store - Clerezza Adaptor </name>
 
 
+	<version>${stanbol-version}</version>
 	<build>
 		<plugins>
 			<plugin>

Modified: incubator/stanbol/trunk/kres/ontologymanager/store/ext/org.semanticweb.owlapi.owllink/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/store/ext/org.semanticweb.owlapi.owllink/pom.xml?rev=1087623&r1=1087622&r2=1087623&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/store/ext/org.semanticweb.owlapi.owllink/pom.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/store/ext/org.semanticweb.owlapi.owllink/pom.xml Fri Apr  1 08:26:37 2011
@@ -6,10 +6,11 @@
 	<parent>
 		<artifactId>org.apache.stanbol.ontologymanager.store.parent</artifactId>
 		<groupId>org.apache.stanbol</groupId>
-		<version>0.9-SNAPSHOT</version>
-		<relativePath>../parent</relativePath>
+		<version>${stanbol-version}</version>
+		<relativePath>../../parent</relativePath>
 	</parent>
 
+	<groupId>org.apache.stanbol</groupId>
 	<artifactId>org.semanticweb.owlapi.owllink</artifactId>
 	<version>1.0.2-SNAPSHOT</version>
 	<packaging>bundle</packaging>

Modified: incubator/stanbol/trunk/kres/ontologymanager/store/ext/org.semanticweb.owlapi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/store/ext/org.semanticweb.owlapi/pom.xml?rev=1087623&r1=1087622&r2=1087623&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/store/ext/org.semanticweb.owlapi/pom.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/store/ext/org.semanticweb.owlapi/pom.xml Fri Apr  1 08:26:37 2011
@@ -4,11 +4,12 @@
 	<parent>
 		<artifactId>org.apache.stanbol.ontologymanager.store.parent</artifactId>
 		<groupId>org.apache.stanbol</groupId>
-		<version>0.9-SNAPSHOT</version>
-		<relativePath>../parent</relativePath>
+		<version>${stanbol-version}</version>
+		<relativePath>../../parent</relativePath>
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.stanbol</groupId>
 	<artifactId>org.semanticweb.owlapi</artifactId>
 	<packaging>bundle</packaging>
 	<version>3.0.0-SNAPSHOT</version>

Modified: incubator/stanbol/trunk/kres/ontologymanager/store/fise-adapter/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/store/fise-adapter/pom.xml?rev=1087623&r1=1087622&r2=1087623&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/store/fise-adapter/pom.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/store/fise-adapter/pom.xml Fri Apr  1 08:26:37 2011
@@ -6,14 +6,17 @@
 	<parent>
 		<artifactId>org.apache.stanbol.ontologymanager.store.parent</artifactId>
 		<groupId>org.apache.stanbol</groupId>
-		<version>0.9-SNAPSHOT</version>
+		<version>${stanbol-version}</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	
+	<groupId>org.apache.stanbol</groupId>
 	<artifactId>org.apache.stanbol.ontologymanager.store.adapter</artifactId>
 	<packaging>bundle</packaging>
+	<version>${stanbol-version}</version>
 
 	<name>Apache Stanbol Ontology Manager Store - Enhancer Store  Adapter</name>
+	
 	<description>Implementation of the Enhancer Store API.</description>
 	
 	<build>
@@ -44,8 +47,6 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>org.apache.clerezza.rdf.core</artifactId>
-			<version>0.12-incubating-SNAPSHOT</version>
-			<scope>provided</scope>
 		</dependency>
 		
 		<dependency>

Modified: incubator/stanbol/trunk/kres/ontologymanager/store/jena/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/store/jena/pom.xml?rev=1087623&r1=1087622&r2=1087623&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/store/jena/pom.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/store/jena/pom.xml Fri Apr  1 08:26:37 2011
@@ -7,14 +7,16 @@
 	<parent>
 		<groupId>org.apache.stanbol</groupId>
 		<artifactId>org.apache.stanbol.ontologymanager.store.parent</artifactId>
-		<version>0.9-SNAPSHOT</version>
+		<version>${stanbol-version}</version>
 		<relativePath>../parent</relativePath>		
 	</parent>
 
+	<groupId>org.apache.stanbol</groupId>
 	<artifactId>org.apache.stanbol.ontologymanager.store.jena</artifactId>
 	<packaging>bundle</packaging>
 
 	<name>Apache Stanbol Ontology Manager Store - Jena Implementation </name>
+	<version>${stanbol-version}</version>
 	<description>A  store implementation using Jena as backend.</description>
 	
 	<build>

Modified: incubator/stanbol/trunk/kres/ontologymanager/store/launchers/fise/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/store/launchers/fise/pom.xml?rev=1087623&r1=1087622&r2=1087623&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/store/launchers/fise/pom.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/store/launchers/fise/pom.xml Fri Apr  1 08:26:37 2011
@@ -16,13 +16,15 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>org.apache.stanbol.ontologymanager.store.parent</artifactId>
-    <version>0.9-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <version>${stanbol-version}</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
+  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.ontologymanager.store.launchers.fise</artifactId>
   <packaging>jar</packaging>
   <name>Apache Stanbol Ontology Manager Store - Sling-based standalone launcher - FISE version</name>
+  <version>${stanbol-version}</version>
   <description>Runnable jar that runs the Apache Stanbol Ontology Manager Store with Enhancer</description>
   
   <build>

Modified: incubator/stanbol/trunk/kres/ontologymanager/store/launchers/fise/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/store/launchers/fise/src/main/bundles/list.xml?rev=1087623&r1=1087622&r2=1087623&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/store/launchers/fise/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/store/launchers/fise/src/main/bundles/list.xml Fri Apr  1 08:26:37 2011
@@ -352,11 +352,11 @@
                         <artifactId>org.apache.stanbol.ontologymanager.store.clerezza</artifactId>
                         <version>0.9-SNAPSHOT</version>
                 </bundle>
-                <bundle>
+                <!-- <bundle>
                         <groupId>org.apache.stanbol</groupId>
                         <artifactId>org.apache.stanbol.ontologymanager.store.adapter</artifactId>
                         <version>0.9-SNAPSHOT</version>
-                </bundle>
+                </bundle> -->
                 <bundle>
                         <groupId>org.apache.stanbol</groupId>
                         <artifactId>org.semanticweb.owlapi.owllink</artifactId>

Modified: incubator/stanbol/trunk/kres/ontologymanager/store/launchers/lite/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/store/launchers/lite/pom.xml?rev=1087623&r1=1087622&r2=1087623&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/store/launchers/lite/pom.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/store/launchers/lite/pom.xml Fri Apr  1 08:26:37 2011
@@ -16,14 +16,16 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>org.apache.stanbol.ontologymanager.store.parent</artifactId>
-    <version>0.9-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <version>${stanbol-version}</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
 
+  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.ontologymanager.store.launchers.lite</artifactId>
   <packaging>jar</packaging>
   <name>Apache Stanbol Ontology Manager Store - Sling-based standalone launcher - lite version</name>
+  <version>${stanbol-version}</version>
   <description>Runnable jar that runs the lite Apache Stanbol Ontology Manager Store configuration	</description>
   
   <build>

Modified: incubator/stanbol/trunk/kres/ontologymanager/store/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/store/parent/pom.xml?rev=1087623&r1=1087622&r2=1087623&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/store/parent/pom.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/store/parent/pom.xml Fri Apr  1 08:26:37 2011
@@ -11,12 +11,17 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
+	<parent>
+		<artifactId>stanbol-parent</artifactId>
+		<groupId>org.apache.stanbol</groupId>
+		<version>${stanbol-version}</version>
+		<relativePath>../../../../parent</relativePath>
+	</parent>
 	<modelVersion>4.0.0</modelVersion>
-
 	<groupId>org.apache.stanbol</groupId>
 	<artifactId>org.apache.stanbol.ontologymanager.store.parent</artifactId>
 	<packaging>pom</packaging>
-	<version>0.9-SNAPSHOT</version>
+	<version>${stanbol-version}</version>
 
 	<name>Apache Stanbol Ontology Manager Store - Parent</name>
 	<description>
@@ -30,580 +35,52 @@
 		<developerConnection>scm:svn:https://iks-project.googlecode.com/svn/sandbox/persistencestore/trunk/parent</developerConnection>
 	</scm>
 
-	<properties>
-		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-		<store-version>0.9-SNAPSHOT</store-version>
-		<stanbol-version>0.9-SNAPSHOT</stanbol-version>
-		<jersey-version>1.1.5.1</jersey-version>
-		<pax-exam-version>1.2.0</pax-exam-version>
-	</properties>
-
-
-
-
-	<build>
-		<plugins>
-
-			<!-- requires Java 6 -->
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-enforcer-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>enforce-java</id>
-						<goals>
-							<goal>enforce</goal>
-						</goals>
-						<configuration>
-							<rules>
-								<requirePluginVersions />
-								<requireJavaVersion>
-									<message>Java 6 or higher is required to compile this module</message>
-									<version>1.6</version>
-								</requireJavaVersion>
-							</rules>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-
-			<!-- Attach sources for all builds -->
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-source-plugin</artifactId>
-				<inherited>true</inherited>
-				<executions>
-					<execution>
-						<id>attach-sources</id>
-						<goals>
-							<goal>jar</goal>
-						</goals>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-
-		<pluginManagement>
-			<plugins>
-				<!-- Compile for Java 6, source is Java 6 -->
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-compiler-plugin</artifactId>
-					<version>2.3.1</version>
-					<configuration>
-						<source>1.6</source>
-						<target>1.6</target>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-dependency-plugin</artifactId>
-					<version>2.1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-war-plugin</artifactId>
-					<version>2.1-beta-1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.mortbay.jetty</groupId>
-					<artifactId>maven-jetty-plugin</artifactId>
-					<version>6.1.20</version>
-				</plugin>
-				<plugin>
-					<groupId>org.codehaus.mojo</groupId>
-					<artifactId>build-helper-maven-plugin</artifactId>
-					<version>1.5</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.felix</groupId>
-					<artifactId>maven-bundle-plugin</artifactId>
-					<version>2.0.1</version>
-					<inherited>true</inherited>
-					<configuration>
-						<instructions>
-							<Bundle-Category>persistencestore</Bundle-Category>
-							<Bundle-Vendor>IKS project</Bundle-Vendor>
-							<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
-							<_versionpolicy>$${version;===;${@}}</_versionpolicy>
-						</instructions>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.felix</groupId>
-					<artifactId>maven-scr-plugin</artifactId>
-					<version>1.4.2</version>
-					<!--
-						slf4j impl is needed when QDox inspects/loads classes that use a
-						static field for the logger, so that those classes can be loaded.
-					-->
-					<dependencies>
-						<dependency>
-							<groupId>org.slf4j</groupId>
-							<artifactId>slf4j-simple</artifactId>
-							<version>1.5.2</version>
-						</dependency>
-					</dependencies>
-					<executions>
-						<execution>
-							<id>generate-scr-scrdescriptor</id>
-							<goals>
-								<goal>scr</goal>
-							</goals>
-							<configuration>
-								<properties>
-									<service.vendor>IKS project</service.vendor>
-								</properties>
-							</configuration>
-						</execution>
-					</executions>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-enforcer-plugin</artifactId>
-					<version>1.0-beta-1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.sling</groupId>
-					<artifactId>maven-sling-plugin</artifactId>
-					<version>2.0.4-incubator</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-clean-plugin</artifactId>
-					<version>2.4.1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-deploy-plugin</artifactId>
-					<version>2.5</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-install-plugin</artifactId>
-					<version>2.3.1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-site-plugin</artifactId>
-					<version>2.1.1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-source-plugin</artifactId>
-					<version>2.1.2</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-resources-plugin</artifactId>
-					<version>2.4.3</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-surefire-plugin</artifactId>
-					<version>2.5</version>
-					<configuration>
-						<argLine>-Xmx1G</argLine>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-jar-plugin</artifactId>
-					<version>2.3.1</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-eclipse-plugin</artifactId>
-					<version>2.8</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-assembly-plugin</artifactId>
-					<version>2.2-beta-5</version>
-				</plugin>				
-				<plugin>
-					<groupId>org.apache.sling</groupId>
-					<artifactId>maven-launchpad-plugin</artifactId>
-					<version>2.0.6</version>
-				</plugin>
-			</plugins>
-		</pluginManagement>
-	</build>
-
-	<developers>
-		<!-- TBD -->
-	</developers>
-
 	<dependencyManagement>
 		<dependencies>
-			<!-- enhancer Deps -->
-			<dependency>
-				<groupId>org.apache.stanbol</groupId>
-				<artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
-				<version>${stanbol-version}</version>
-				<scope>provided</scope>
-			</dependency>
-			<!-- Persistence Store -->
+			<!-- Ontology Manager - Store-->
 			<dependency>
 				<groupId>org.apache.stanbol</groupId>
 				<artifactId>org.apache.stanbol.ontologymanager.store.api</artifactId>
-				<version>${store-version}</version>
+				<version>${stanbol-version}</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.stanbol</groupId>
 				<artifactId>org.apache.stanbol.ontologymanager.store.web</artifactId>
-				<version>${store-version}</version>
+				<version>${stanbol-version}</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.stanbol</groupId>
 				<artifactId>org.apache.stanbol.ontologymanager.store.jena</artifactId>
-				<version>${store-version}</version>
+				<version>${stanbol-version}</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.stanbol</groupId>
 				<artifactId>org.apache.stanbol.ontologymanager.store.adapter</artifactId>
-				<version>${store-version}</version>
+				<version>${stanbol-version}</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.stanbol</groupId>
 				<artifactId>org.apache.stanbol.ontologymanager.store.jena</artifactId>
-				<version>${store-version}</version>
+				<version>${stanbol-version}</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.stanbol</groupId>
 				<artifactId>org.apache.stanbol.ontologymanager.store.jena.tdb</artifactId>
-				<version>${store-version}</version>
+				<version>${stanbol-version}</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>
 				<groupId>org.apache.stanbol</groupId>
 				<artifactId>org.apache.stanbol.ontologymanager.store.clerezza</artifactId>
-				<version>${store-version}</version>
-				<scope>provided</scope>
-			</dependency>
-
-			<!-- OSGi -->
-			<dependency>
-				<groupId>org.osgi</groupId>
-				<artifactId>org.osgi.core</artifactId>
-				<version>4.1.0</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.osgi</groupId>
-				<artifactId>org.osgi.compendium</artifactId>
-				<version>4.1.0</version>
-				<scope>provided</scope>
-			</dependency>
-
-			<!-- Apache Felix -->
-			<dependency>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>org.apache.felix.scr</artifactId>
-				<version>1.4.0</version>
-				<scope>provided</scope>
-			</dependency>			
-			<dependency>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>org.apache.felix.scr.annotations</artifactId>
-				<version>1.2.0</version>
-				<scope>provided</scope>
-			</dependency>
-
-
-			<!-- Apache Clerezza -->
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>org.apache.clerezza.rdf.core</artifactId>
-				<version>0.12-incubating-SNAPSHOT</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>org.apache.clerezza.rdf.utils</artifactId>
-				<version>0.13-incubating-SNAPSHOT</version>
-				<scope>provided</scope>
-			</dependency>
-		    <dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>org.apache.clerezza.rdf.metadata</artifactId>
-				<version>0.1-incubating-SNAPSHOT</version>
-		    </dependency>			
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
-				<version>0.9-incubating-SNAPSHOT</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>org.apache.clerezza.rdf.jena.parser</artifactId>
-				<version>0.10-incubating-SNAPSHOT</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>org.apache.clerezza.rdf.rdfjson</artifactId>
-				<version>0.3-incubating-SNAPSHOT</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>org.apache.clerezza.platform.content</artifactId>
-				<version>0.13-incubating-SNAPSHOT</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>org.apache.clerezza.platform.graphprovider.content</artifactId>
-				<version>0.6-incubating-SNAPSHOT</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>org.apache.clerezza.platform.typerendering.scalaserverpages</artifactId>
-				<version>0.3-incubating-SNAPSHOT</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>org.apache.clerezza.jaxrs.rdf.providers</artifactId>
-				<version>0.13-incubating-SNAPSHOT</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>org.apache.clerezza.rdf.simple.storage</artifactId>
-				<version>0.7-incubating-SNAPSHOT</version>
-				<scope>provided</scope>
-			</dependency>			
-
-			<!-- Commons -->
-			<dependency>
-				<groupId>commons-io</groupId>
-				<artifactId>commons-io</artifactId>
-				<version>1.4</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>commons-lang</groupId>
-				<artifactId>commons-lang</artifactId>
-				<version>2.4</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.commons</groupId>
-				<artifactId>commons-math</artifactId>
-				<version>2.1</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>commons-cli</groupId>
-				<artifactId>commons-cli</artifactId>
-				<version>1.2</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.commons</groupId>
-				<artifactId>commons-compress</artifactId>
-				<version>1.0</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>commons-logging</groupId>
-				<artifactId>commons-logging</artifactId>
-				<version>1.1.1</version>
-				<scope>provided</scope>
-			</dependency>
-			
-			<!-- SLF4J -->
-			<dependency>
-				<groupId>org.slf4j</groupId>
-				<artifactId>slf4j-api</artifactId>
-				<version>1.5.2</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.slf4j</groupId>
-				<artifactId>jcl-over-slf4j</artifactId>
-				<version>1.5.2</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.slf4j</groupId>
-				<artifactId>slf4j-jdk14</artifactId>
-				<version>1.5.2</version>
-				<scope>provided</scope>
-			</dependency>			
-
-			<!-- Servlet API -->
-			<dependency>
-				<groupId>javax.servlet</groupId>
-				<artifactId>servlet-api</artifactId>
-				<version>2.5</version>
-				<scope>provided</scope>
-			</dependency>
-
-			<!-- Jersey -->
-			<dependency>
-				<groupId>com.sun.jersey</groupId>
-				<artifactId>jersey-server</artifactId>
-				<version>${jersey-version}</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>com.sun.jersey</groupId>
-				<artifactId>jersey-core</artifactId>
-				<version>${jersey-version}</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>com.sun.jersey</groupId>
-				<artifactId>jersey-json</artifactId>
-				<version>${jersey-version}</version>
-				<scope>provided</scope>
-				<exclusions>
-					<!-- jaxb is now part of java 6 -->
-					<exclusion>
-						<groupId>com.sun.xml.bind</groupId>
-						<artifactId>jaxb-api</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>com.sun.xml.bind</groupId>
-						<artifactId>jaxb-impl</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>stax</groupId>
-						<artifactId>stax-api</artifactId>
-					</exclusion>					
-				</exclusions>
-			</dependency>
-			
-			<dependency>
-				<groupId>com.sun.jersey</groupId>
-				<artifactId>jersey-client</artifactId>
-				<version>${jersey-version}</version>
-				<scope>provided</scope>
-			</dependency>
-			
-			<!-- JAXB (Although jaxb is part of Java 6 at runtime on Felix ClassNotFoundExceptions of jaxb classes are thrown) -->
-			<dependency>
-				<groupId>com.sun.xml.bind</groupId>
-				<artifactId>jaxb-impl</artifactId>
-				<version>2.2.2</version>
-				<scope>provided</scope>
-			</dependency>
-			
-			<!-- JAX-RS JSR311 -->
-			<dependency>
-				<groupId>javax.ws.rs</groupId>
-				<artifactId>jsr311-api</artifactId>
-				<version>1.0</version>
-				<scope>provided</scope>
-			</dependency>
-
-			<!-- JSON -->
-			<dependency>
-				<groupId>org.json</groupId>
-				<artifactId>json</artifactId>
-				<version>20090211</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
-				<groupId>com.googlecode.json-simple</groupId>
-				<artifactId>json-simple</artifactId>
-				<version>1.1</version>
-				<scope>provided</scope>
-			</dependency>			
-
-			<!-- Freemarker -->
-			<dependency>
-				<groupId>org.freemarker</groupId>
-				<artifactId>freemarker</artifactId>
-				<version>2.3.9</version>
-				<scope>provided</scope>
-			</dependency>
-
-			<!-- Jettison - indirect dependency for freemarker -->
-			<dependency>
-				<groupId>org.codehaus.jettison</groupId>
-				<artifactId>jettison</artifactId>
-				<version>1.2</version>
-				<scope>provided</scope>
-			</dependency>
-
-			<!-- Jena -->
-			<dependency>
-				<groupId>com.hp.hpl.jena</groupId>
-				<artifactId>jena</artifactId>
-				<version>2.6.3</version>
-				<scope>provided</scope>
-				<exclusions>
-					<exclusion>
-						<groupId>org.slf4j</groupId>
-						<artifactId>slf4j-log4j12</artifactId>
-					</exclusion>
-				</exclusions>
-			</dependency>
-			<dependency>
-				<groupId>com.hp.hpl.jena</groupId>
-				<artifactId>arq</artifactId>
-				<version>2.8.5</version>
-				<scope>provided</scope>
-				<exclusions>
-					<exclusion>
-						<groupId>org.slf4j</groupId>
-						<artifactId>slf4j-log4j12</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>com.sun.jmx</groupId>
-						<artifactId>jmxri</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>javax.jms</groupId>
-						<artifactId>jms</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>com.sun.jdmk</groupId>
-						<artifactId>jmxtools</artifactId>
-					</exclusion>
-				</exclusions>
-			</dependency>
-			<dependency>
-				<groupId>com.hp.hpl.jena</groupId>
-				<artifactId>tdb</artifactId>
-				<version>0.8.7</version>
-				<scope>provided</scope>
-				<type>jar</type>
-				<exclusions>
-					<exclusion>
-						<artifactId>slf4j-log4j12</artifactId>
-						<groupId>org.slf4j</groupId>
-					</exclusion>
-				</exclusions>
-			</dependency>
-
-			<!-- JDom -->
-			<dependency>
-				<groupId>org.jdom</groupId>
-				<artifactId>com.springsource.org.jdom</artifactId>
-				<version>1.1.0</version>
-				<scope>provided</scope>
-			</dependency>
-
-			<!-- OpenNLP -->
-			<dependency>
-				<groupId>org.clojars.pjt</groupId>
-				<artifactId>opennlp-tools</artifactId>
-				<version>1.4.3</version>
+				<version>${stanbol-version}</version>
 				<scope>provided</scope>
 			</dependency>
-
+		    
 			<!-- OWL -->
 			<dependency>
 				<groupId>org.apache.stanbol</groupId>
@@ -638,230 +115,31 @@
 				<type>jar</type>
 				<scope>provided</scope>
 			</dependency>
-
-			<!-- TextCat -->
-			<dependency>
-				<groupId>net.sourceforge</groupId>
-				<artifactId>textcat</artifactId>
-				<version>1.0.1-IKS</version>
-				<scope>provided</scope>
-			</dependency>
-
-			<!-- Aperture -->
-			<dependency>
-				<groupId>org.semanticdesktop.aperture</groupId>
-				<artifactId>aperture-core</artifactId>
-				<version>1.5.0</version>
-				<exclusions>
-					<exclusion>
-						<groupId>org.slf4j</groupId>
-						<artifactId>slf4j-api</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>org.slf4j</groupId>
-						<artifactId>jcl-over-slf4j</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>org.slf4j</groupId>
-						<artifactId>slf4j-jdk14</artifactId>
-					</exclusion>
-				</exclusions>
-			</dependency>
-			<dependency>
-				<groupId>org.semanticdesktop.aperture</groupId>
-				<artifactId>aperture-runtime-optional</artifactId>
-				<version>1.5.0</version>
-				<type>pom</type>
-				<exclusions>
-					<exclusion>
-						<groupId>org.slf4j</groupId>
-						<artifactId>slf4j-api</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>org.slf4j</groupId>
-						<artifactId>jcl-over-slf4j</artifactId>
-					</exclusion>
-					<exclusion>
-						<groupId>org.slf4j</groupId>
-						<artifactId>slf4j-jdk14</artifactId>
-					</exclusion>
-				</exclusions>
-			</dependency>
 			
+			<!--Apache Derby -->
 			<dependency>
-				<groupId>net.sourceforge</groupId>
-				<artifactId>htmlcleaner</artifactId>
-				<version>2_1p</version>
+				<groupId>org.apache.derby</groupId>
+				<artifactId>derby</artifactId>
+				<version>10.6.2.1</version>
 				<scope>provided</scope>
 			</dependency>
 			
+			<!-- Commmons -->
 			<dependency>
-				<groupId>com.ibm.icu</groupId>
-				<artifactId>icu4j</artifactId>
-				<version>3.4.4</version>
-				<scope>provided</scope>
-			</dependency>			
-					
-			<!-- Sling -->
-			<dependency>
-				<groupId>org.apache.sling</groupId>
-				<artifactId>org.apache.sling.launchpad.base</artifactId>
-				<version>2.1.1-SNAPSHOT</version>
-				<classifier>app</classifier>
+				<groupId>org.apache.commons</groupId>
+				<artifactId>commons-math</artifactId>
+				<version>2.1</version>
 				<scope>provided</scope>
 			</dependency>
-
-			<!-- Testing Deps -->
-			<dependency>
-				<groupId>org.slf4j</groupId>
-				<artifactId>slf4j-simple</artifactId>
-				<version>1.5.2</version>
-				<scope>test</scope>
-			</dependency>
-
-			<dependency>
-				<groupId>junit</groupId>
-				<artifactId>junit</artifactId>
-				<version>4.7</version>
-				<scope>test</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.jmock</groupId>
-				<artifactId>jmock-junit4</artifactId>
-				<version>2.5.1</version>
-				<scope>test</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.mockito</groupId>
-				<artifactId>mockito-all</artifactId>
-				<version>1.6</version>
-				<scope>test</scope>
-			</dependency>
-
-			<dependency>
-				<groupId>org.mortbay.jetty</groupId>
-				<artifactId>jetty</artifactId>
-				<version>6.1.22</version>
-				<scope>test</scope>
-			</dependency>
-
-			<dependency>
-				<groupId>org.ops4j.pax.exam</groupId>
-				<artifactId>pax-exam</artifactId>
-				<version>${pax-exam-version}</version>
-				<scope>test</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.ops4j.pax.exam</groupId>
-				<artifactId>pax-exam-junit</artifactId>
-				<version>${pax-exam-version}</version>
-				<scope>test</scope>
-			</dependency>
-			<dependency>
-				<groupId>org.ops4j.pax.exam</groupId>
-				<artifactId>pax-exam-container-default</artifactId>
-				<version>${pax-exam-version}</version>
-				<scope>test</scope>
-			</dependency>
+			
+			<!-- Jersey Client-->
 			<dependency>
-				<groupId>org.apache.derby</groupId>
-				<artifactId>derby</artifactId>
-				<version>10.6.2.1</version>
-				<scope>provided</scope>
+				<groupId>com.sun.jersey</groupId>
+				<artifactId>jersey-client</artifactId>
+				<version>${jersey-version}</version>
+			<scope>provided</scope>
 			</dependency>
-		</dependencies>
+	</dependencies>
 	</dependencyManagement>
 
-	<profiles>
-		<profile>
-			<!--
-				This profile allows for installing/updating a bundle in a running
-				FISE instance right after building it. Example: mvn clean install -P
-				installBundle -Dsling.url=http://localhost:8080/system/console Or,
-				to make it faster without cleaning up or running tests: mvn -o
-				install -DskipTests -P installBundle
-				-Dsling.url=http://localhost:8080/system/console
-			-->
-			<id>installBundle</id>
-			<activation>
-				<activeByDefault>false</activeByDefault>
-			</activation>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.apache.sling</groupId>
-						<artifactId>maven-sling-plugin</artifactId>
-						<executions>
-							<execution>
-								<id>install-bundle</id>
-								<goals>
-									<goal>install</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
-
-	<repositories>
-		<repository>
-			<!-- needed because of Clerezza dependency -->
-			<id>apache</id>
-			<name>Apache Repository</name>
-			<snapshots>
-				<updatePolicy>always</updatePolicy>
-				<checksumPolicy>warn</checksumPolicy>
-			</snapshots>
-			<releases>
-				<updatePolicy>interval:60</updatePolicy>
-				<checksumPolicy>warn</checksumPolicy>
-			</releases>
-			<url>http://repository.apache.org/snapshots/</url>
-			<layout>default</layout>
-		</repository>
-
-		<repository>
-			<id>java.net</id>
-			<name>Java.net Repository</name>
-			<releases>
-				<updatePolicy>interval:60</updatePolicy>
-				<checksumPolicy>warn</checksumPolicy>
-			</releases>
-			<url>http://download.java.net/maven/2</url>
-			<layout>default</layout>
-		</repository>
-
-		<repository>
-			<!-- used for the jdom bundle com.springsource.org.jdom (rw) -->
-			<id>com.springsource.repository.bundles.external</id>
-			<name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
-			<url>http://repository.springsource.com/maven/bundles/external</url>
-		</repository>
-
-		<repository>
-			<id>repository-codehaus</id>
-			<name>Codehaus Repository</name>
-			<url>http://repository.codehaus.org</url>
-		</repository>
-
-		<repository>
-			<!--
-				needed for the default model data while we decide where to put IKS
-				artifacts
-			-->
-			<id>nuxeo-vendor-release</id>
-			<name>NUXEO Vendor Release Repository</name>
-			<url>https://maven.nuxeo.org/nexus/content/repositories/vendor-releases</url>
-		</repository>
-
-		<repository>
-			<!-- this is where OpenNLP lives -->
-			<id>clojars.org</id>
-			<name>Clojars Maven Repository</name>
-			<url>http://clojars.org/repo</url>
-		</repository>
-	</repositories>
-
 </project>

Modified: incubator/stanbol/trunk/kres/ontologymanager/store/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/store/pom.xml?rev=1087623&r1=1087622&r2=1087623&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/store/pom.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/store/pom.xml Fri Apr  1 08:26:37 2011
@@ -16,14 +16,17 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>org.apache.stanbol.ontologymanager.store.parent</artifactId>
-    <version>0.9-SNAPSHOT</version>
+    <version>${stanbol-version}</version>
     <relativePath>./parent</relativePath>
   </parent>
 
+  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.ontologymanager.store.reactor</artifactId>
   <packaging>pom</packaging>
+  <version>${stanbol-version}</version>
 
   <name>Apache Stanbol Ontology Manager Store - Reactor</name>
+
   <description>
     Pseudo project to build the complete  Store project
   </description>
@@ -37,7 +40,7 @@
     <developerConnection>
       scm:svn:https://iks-project.googlecode.com/svn/sandbox/persistencestore/trunk
     </developerConnection>
-  </scm>
+  </scm>
 
 
   <modules>
@@ -50,7 +53,7 @@
     <module>jena</module>
     <module>clerezza</module>
 	<module>tdb</module>
-    <module>fise-adapter</module>
+    <!--  <module>fise-adapter</module>-->
     <module>launchers/lite</module>
 	<module>launchers/fise</module> 
   </modules>

Modified: incubator/stanbol/trunk/kres/ontologymanager/store/rest-client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/store/rest-client/pom.xml?rev=1087623&r1=1087622&r2=1087623&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/store/rest-client/pom.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/store/rest-client/pom.xml Fri Apr  1 08:26:37 2011
@@ -7,15 +7,17 @@
 	<parent>
 		<groupId>org.apache.stanbol</groupId>
 		<artifactId>org.apache.stanbol.ontologymanager.store.parent</artifactId>
-		<version>0.9-SNAPSHOT</version>
+		<version>${stanbol-version}</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 
+	<groupId>org.apache.stanbol</groupId>
 	<artifactId>org.apache.stanbol.ontologymanager.store.rest.client</artifactId>
 	<packaging>bundle</packaging>
 
 	<name>Apache Stanbol Ontology Manager Store - REST client</name>
 
+	<version>${stanbol-version}</version>
 	<description>Java client for RESTful  Store Services	</description>
 	<build>
 		<plugins>

Modified: incubator/stanbol/trunk/kres/ontologymanager/store/rest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/store/rest/pom.xml?rev=1087623&r1=1087622&r2=1087623&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/store/rest/pom.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/store/rest/pom.xml Fri Apr  1 08:26:37 2011
@@ -7,15 +7,17 @@
 	<parent>
 		<groupId>org.apache.stanbol</groupId>
 		<artifactId>org.apache.stanbol.ontologymanager.store.parent</artifactId>
-		<version>0.9-SNAPSHOT</version>
+		<version>${stanbol-version}</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 
+	<groupId>org.apache.stanbol</groupId>
 	<artifactId>org.apache.stanbol.ontologymanager.store.web</artifactId>
 	<packaging>bundle</packaging>
 
 	<name>Apache Stanbol Ontology Manager Store - JAX-RS Frontend</name>
 
+	<version>${stanbol-version}</version>
 	<build>
 		<plugins>
 			<plugin>

Modified: incubator/stanbol/trunk/kres/ontologymanager/store/tdb/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/kres/ontologymanager/store/tdb/pom.xml?rev=1087623&r1=1087622&r2=1087623&view=diff
==============================================================================
--- incubator/stanbol/trunk/kres/ontologymanager/store/tdb/pom.xml (original)
+++ incubator/stanbol/trunk/kres/ontologymanager/store/tdb/pom.xml Fri Apr  1 08:26:37 2011
@@ -7,15 +7,17 @@
 	<parent>
 		<groupId>org.apache.stanbol</groupId>
 		<artifactId>org.apache.stanbol.ontologymanager.store.parent</artifactId>
-		<version>0.9-SNAPSHOT</version>
+		<version>${stanbol-version}</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 
+	<groupId>org.apache.stanbol</groupId>
 	<artifactId>org.apache.stanbol.ontologymanager.store.jena.tdb</artifactId>
 	<packaging>bundle</packaging>
 
 	<name>Apache Stanbol Ontology Manager Store - TDB Provider</name>
 
+	<version>${stanbol-version}</version>
 	<build>
 		<plugins>
 			<plugin>