You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2020/12/20 05:36:22 UTC

[karaf] branch master updated: [KARAF-6970] Upgrade to Felix EventAdmin 1.6.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 478f2c6  [KARAF-6970] Upgrade to Felix EventAdmin 1.6.0
     new 6321fee  Merge pull request #1276 from jbonofre/KARAF-6970
478f2c6 is described below

commit 478f2c65e49e63f82d24aa051a742e0cb28428eb
Author: jbonofre <jb...@apache.org>
AuthorDate: Sat Dec 19 06:12:38 2020 +0100

    [KARAF-6970] Upgrade to Felix EventAdmin 1.6.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a542e8a..5c48a19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -202,7 +202,7 @@
         <felix.webconsole.api.version>3.3.0</felix.webconsole.api.version>
         <felix.memoryusage.webconsole.plugin.version>1.0.10</felix.memoryusage.webconsole.plugin.version>
         <felix.metatype.version>1.2.2</felix.metatype.version>
-        <felix.eventadmin.version>1.5.0</felix.eventadmin.version>
+        <felix.eventadmin.version>1.6.0</felix.eventadmin.version>
         <felix.eventadmin.webconsole.plugin.version>1.1.8</felix.eventadmin.webconsole.plugin.version>
         <felix.obr.version>1.0.2</felix.obr.version>
         <felix.scr.version>2.1.24</felix.scr.version>