UNOMI-5 Upgrade to Karaf 4
Update pom's that were missed because the profiles were not properly activated.


Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/92905ac1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/92905ac1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/92905ac1

Branch: refs/heads/feature-UNOMI-5-KARAF4-1
Commit: 92905ac1460bdbdeec0e4764ec09be07c0cc553d
Parents: 64f80c6
Author: Serge Huber <shu...@apache.org>
Authored: Thu Mar 1 10:29:32 2018 +0100
Committer: Serge Huber <shu...@apache.org>
Committed: Tue Mar 6 15:55:13 2018 +0100

----------------------------------------------------------------------
 itests/pom.xml                 | 2 +-
 performance-tests/pom.xml      | 2 +-
 samples/trainingplugin/pom.xml | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/92905ac1/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index ffddcc2..73a5859 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.unomi</groupId>
         <artifactId>unomi-root</artifactId>
-        <version>1.3.0-incubating-SNAPSHOT</version>
+        <version>1.3.0-incubating-unomi_5_karaf4_1-SNAPSHOT</version>
     </parent>
     <artifactId>unomi-itests</artifactId>
     <name>Apache Unomi :: Integration Tests</name>

http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/92905ac1/performance-tests/pom.xml
----------------------------------------------------------------------
diff --git a/performance-tests/pom.xml b/performance-tests/pom.xml
index e371a81..c70f90a 100644
--- a/performance-tests/pom.xml
+++ b/performance-tests/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.apache.unomi</groupId>
         <artifactId>unomi-root</artifactId>
-        <version>1.3.0-incubating-SNAPSHOT</version>
+        <version>1.3.0-incubating-unomi_5_karaf4_1-SNAPSHOT</version>
     </parent>
     <artifactId>unomi-performance-tests</artifactId>
     <name>Apache Unomi :: Performance Tests</name>

http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/92905ac1/samples/trainingplugin/pom.xml
----------------------------------------------------------------------
diff --git a/samples/trainingplugin/pom.xml b/samples/trainingplugin/pom.xml
index 5991114..87f2a06 100644
--- a/samples/trainingplugin/pom.xml
+++ b/samples/trainingplugin/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>samples</artifactId>
         <groupId>org.apache.unomi</groupId>
-        <version>1.3.0-incubating-SNAPSHOT</version>
+        <version>1.3.0-incubating-unomi_5_karaf4_1-SNAPSHOT</version>
     </parent>
     <artifactId>training-plugin</artifactId>
     <name>Apache Unomi :: Samples :: Training plugin</name>
@@ -33,7 +33,7 @@
         <dependency>
             <groupId>org.apache.unomi</groupId>
             <artifactId>unomi-api</artifactId>
-            <version>1.3.0-incubating-SNAPSHOT</version>
+            <version>1.3.0-incubating-unomi_5_karaf4_1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>

Reply via email to