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:37:20 UTC

[karaf] branch karaf-4.2.x 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 karaf-4.2.x
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new a5be32f  [KARAF-6970] Upgrade to Felix EventAdmin 1.6.0
a5be32f is described below

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

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

diff --git a/pom.xml b/pom.xml
index aa84061..51ba561 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,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>