You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2018/02/27 15:24:13 UTC

[3/7] incubator-unomi git commit: UNOMI-5 Also upgrading to ElasticSearch 5.2

UNOMI-5
Also upgrading to ElasticSearch 5.2

Signed-off-by: Serge Huber <sh...@apache.org>


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

Branch: refs/heads/feature-UNOMI-5-KARAF4-1
Commit: 6c12d1d40cda2afb140a9014bdb1de7e3ef2dbb5
Parents: e9637dc
Author: Serge Huber <sh...@apache.org>
Authored: Tue Feb 14 10:33:01 2017 +0100
Committer: Serge Huber <sh...@jahia.com>
Committed: Thu Feb 22 11:36:20 2018 +0100

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/6c12d1d4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cf3a182..0a44ca2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,9 +64,9 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <cxf.version>3.1.0</cxf.version>
-        <version.jackson.core>2.6.6</version.jackson.core> <!-- version used by CXF -->
-        <version.jackson.jaxb>2.6.6</version.jackson.jaxb> <!-- version used by CXF -->
+        <cxf.version>3.1.10</cxf.version>
+        <version.jackson.core>2.8.6</version.jackson.core>
+        <version.jackson.jaxb>2.8.6</version.jackson.jaxb>
         <version.karaf>4.0.8</version.karaf>
         <version.karaf.cellar>4.0.3</version.karaf.cellar>
         <version.pax.exam>4.11.2</version.pax.exam>