You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by fl...@apache.org on 2014/03/28 01:35:09 UTC

[2/3] git commit: upgrade to stanbol 0.12.0 release. Make Stanbol version a property of the project in the pom

upgrade to stanbol 0.12.0 release. Make Stanbol version a property of the project in the pom


Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/034001fb
Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/034001fb
Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/034001fb

Branch: refs/heads/master
Commit: 034001fbf7b786a9289caca2ab9ee84df7433cc6
Parents: 30bc9c1
Author: Florent <fl...@apache.org>
Authored: Fri Mar 28 01:06:05 2014 +0100
Committer: Florent <fl...@apache.org>
Committed: Fri Mar 28 01:06:05 2014 +0100

----------------------------------------------------------------------
 parent/pom.xml                                  |  9 ++
 .../platform.dashboard.core/pom.xml             |  3 +-
 platform.launcher.storageless.parent/pom.xml    | 95 ++++++++++++++++----
 platform.mail/pom.xml                           |  3 +-
 sshshell/pom.xml                                |  3 +-
 5 files changed, 91 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/034001fb/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 87e8add..3314389 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -34,6 +34,7 @@
     <description>The direct or indirect parent of all Clerezza Artifacts</description>
     <properties>
         <sourceReleaseAssemblyDescriptor>multimodule-source-release</sourceReleaseAssemblyDescriptor>
+	<stanbol.version>0.12.0</stanbol.version>
     </properties>
     <licenses>
         <license>
@@ -563,6 +564,14 @@
                 <artifactId>bcprov-jdk16</artifactId>
                 <version>1.46</version>
             </dependency>
+	    
+	    <!-- Apache Stanbol dependencies -->
+	    <dependency>
+              <groupId>org.apache.stanbol</groupId>
+              <artifactId>org.apache.stanbol.commons.security.core</artifactId>
+              <version>${stanbol.version}</version>
+            </dependency>
+
         </dependencies>
     </dependencyManagement>
     <distributionManagement>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/034001fb/platform.dashboard/platform.dashboard.core/pom.xml
----------------------------------------------------------------------
diff --git a/platform.dashboard/platform.dashboard.core/pom.xml b/platform.dashboard/platform.dashboard.core/pom.xml
index 6e1f65b..9e8fc9e 100644
--- a/platform.dashboard/platform.dashboard.core/pom.xml
+++ b/platform.dashboard/platform.dashboard.core/pom.xml
@@ -67,7 +67,6 @@
         <dependency>
             <groupId>org.apache.stanbol</groupId>
             <artifactId>org.apache.stanbol.commons.security.core</artifactId>
-            <version>0.12.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
@@ -112,4 +111,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/034001fb/platform.launcher.storageless.parent/pom.xml
----------------------------------------------------------------------
diff --git a/platform.launcher.storageless.parent/pom.xml b/platform.launcher.storageless.parent/pom.xml
index f6ad8f7..1ca3c66 100644
--- a/platform.launcher.storageless.parent/pom.xml
+++ b/platform.launcher.storageless.parent/pom.xml
@@ -33,11 +33,87 @@
     <modules>
         <module>platform.launcher.storageless</module>
     </modules>
+    
+    <dependencyManagement>
+      <dependencies>
+	<!-- Apache Stanbol Dependencies -->
+	<dependency>
+          <groupId>org.apache.stanbol</groupId>
+          <artifactId>org.apache.stanbol.commons.frameworkfragment</artifactId>
+          <version>${stanbol.version}</version>
+        </dependency>
+	<dependency>
+	  <groupId>org.apache.stanbol</groupId>
+	  <artifactId>org.apache.stanbol.commons.web.resources</artifactId>
+	  <version>${stanbol.version}</version>
+	</dependency>
+	<dependency>
+	  <groupId>org.apache.stanbol</groupId>
+	  <artifactId>org.apache.stanbol.commons.security.core</artifactId>
+	  <version>${stanbol.version}</version>
+	</dependency>
+	<dependency>
+	  <groupId>org.apache.stanbol</groupId>
+	  <artifactId>org.apache.stanbol.commons.authentication.basic</artifactId>
+	  <version>${stanbol.version}</version>
+	</dependency>
+	<dependency>
+          <groupId>org.apache.stanbol</groupId>
+          <artifactId>org.apache.stanbol.commons.security.fexilwebconsole</artifactId>
+	  <version>${stanbol.version}</version>
+	</dependency>
+	<dependency>
+          <groupId>org.apache.stanbol</groupId>
+          <artifactId>org.apache.stanbol.commons.security.usermanagement</artifactId>
+	  <version>${stanbol.version}</version>
+	</dependency>
+	<dependency>
+	  <groupId>org.apache.stanbol</groupId>
+	  <artifactId>org.apache.stanbol.commons.ldpath.clerezza</artifactId>
+	  <version>${stanbol.version}</version>
+	</dependency>
+	<dependency>
+	  <groupId>org.apache.stanbol</groupId>
+	  <artifactId>org.apache.stanbol.commons.ldpathtemplate</artifactId>
+	  <version>${stanbol.version}</version>
+	</dependency>
+	<dependency>
+	  <groupId>org.apache.stanbol</groupId>
+	  <artifactId>org.apache.stanbol.commons.web.viewable</artifactId>
+	  <version>${stanbol.version}</version>
+	</dependency>
+	<dependency>
+	  <groupId>org.apache.stanbol</groupId>
+	  <artifactId>org.apache.stanbol.commons.web.rdfviewable.writer</artifactId>
+	  <version>${stanbol.version}</version>
+	</dependency>
+	<dependency>
+	  <groupId>org.apache.stanbol</groupId>
+	  <artifactId>org.apache.stanbol.commons.web.base</artifactId>
+	  <version>${stanbol.version}</version>
+	</dependency>
+	<dependency>
+	  <groupId>org.apache.stanbol</groupId>
+	  <artifactId>org.apache.stanbol.commons.freemarker</artifactId>
+	  <version>${stanbol.version}</version>
+	</dependency>
+	<dependency>
+	  <groupId>org.apache.stanbol</groupId>
+	  <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId>
+	  <version>${stanbol.version}</version>
+	</dependency>
+	<dependency>
+	  <groupId>org.apache.stanbol</groupId>
+	  <artifactId>org.apache.stanbol.commons.jsonld</artifactId>
+	  <version>${stanbol.version}</version>
+	</dependency>
+      </dependencies>
+    </dependencyManagement>
+    
     <dependencies>
         <dependency>
             <groupId>org.apache.stanbol</groupId>
             <artifactId>org.apache.stanbol.commons.frameworkfragment</artifactId>
-            <version>0.12.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
 
@@ -479,29 +555,24 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.resources</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.security.core</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.authentication.basic</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
         <groupId>org.apache.stanbol</groupId>
         <artifactId>org.apache.stanbol.commons.security.fexilwebconsole</artifactId>
-        <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
         <groupId>org.apache.stanbol</groupId>
         <artifactId>org.apache.stanbol.commons.security.usermanagement</artifactId>
-        <version>0.12.0-SNAPSHOT</version>
     </dependency>
-        <dependency> <!-- LD Path -->
+    <dependency> <!-- LD Path -->
       <groupId>at.newmedialab.ldpath</groupId>
       <artifactId>ldpath-api</artifactId>
       <version>0.9.5</version>
@@ -514,42 +585,34 @@
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.ldpath.clerezza</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.ldpathtemplate</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.viewable</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.rdfviewable.writer</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.web.base</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.freemarker</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.commons.jsonld</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
     </dependency>
     <dependency> <!-- used also for all the other JSON parsing/writing in Stanbol -->
       <groupId>org.codehaus.jettison</groupId>
@@ -829,4 +892,4 @@
             </plugins>
         </pluginManagement>
     </build>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/034001fb/platform.mail/pom.xml
----------------------------------------------------------------------
diff --git a/platform.mail/pom.xml b/platform.mail/pom.xml
index d548d88..d85904c 100644
--- a/platform.mail/pom.xml
+++ b/platform.mail/pom.xml
@@ -65,7 +65,6 @@
         <dependency>
             <groupId>org.apache.stanbol</groupId>
             <artifactId>org.apache.stanbol.commons.security.core</artifactId>
-            <version>0.12.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
@@ -73,4 +72,4 @@
             <version>0.2-SNAPSHOT</version>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/034001fb/sshshell/pom.xml
----------------------------------------------------------------------
diff --git a/sshshell/pom.xml b/sshshell/pom.xml
index acd3b9f..5a9ac95 100644
--- a/sshshell/pom.xml
+++ b/sshshell/pom.xml
@@ -60,7 +60,6 @@
         <dependency>
             <groupId>org.apache.stanbol</groupId>
             <artifactId>org.apache.stanbol.commons.security.core</artifactId>
-            <version>0.12.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
@@ -71,4 +70,4 @@
             <artifactId>org.osgi.compendium</artifactId>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>