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 2020/02/17 16:00:58 UTC

[unomi] branch master updated: feat(pom.xml): upgrade karaf version to 4.2.8

This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a0959e  feat(pom.xml): upgrade karaf version to 4.2.8
     new c053b77  Merge pull request #128 from YotpoLtd/upgrade-karaf-version
2a0959e is described below

commit 2a0959e307272162f43a598681d1a337a7c38ca8
Author: Ron Barabash <rb...@yotpo.com>
AuthorDate: Wed Feb 12 13:38:47 2020 +0200

    feat(pom.xml): upgrade karaf version to 4.2.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3e30b82..9b219d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
         <version.jackson.core>2.9.10</version.jackson.core>
         <version.jackson.databind>2.9.10.1</version.jackson.databind>
         <version.jackson.jaxb>2.9.10</version.jackson.jaxb>
-        <version.karaf>4.2.7</version.karaf>
+        <version.karaf>4.2.8</version.karaf>
         <version.karaf.cellar>4.1.3</version.karaf.cellar>
         <version.pax.exam>4.13.1</version.pax.exam>
         <elasticsearch.version>7.4.2</elasticsearch.version>