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 2022/03/19 14:00:54 UTC

[karaf] branch main updated: [KARAF-7405] Upgrade to Felix SCR 2.2.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 87d7baf  [KARAF-7405] Upgrade to Felix SCR 2.2.0
     new c8126e1  Merge pull request #1495 from jbonofre/KARAF-7405
87d7baf is described below

commit 87d7baf057fca5f2bafb97a1c7df4bb5467fa322
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Mar 18 14:47:46 2022 +0100

    [KARAF-7405] Upgrade to Felix SCR 2.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index db87afb..ac6f013 100644
--- a/pom.xml
+++ b/pom.xml
@@ -230,7 +230,7 @@
         <felix.eventadmin.version>1.6.2</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.30</felix.scr.version>
+        <felix.scr.version>2.2.0</felix.scr.version>
         <felix.scr.webconsole.plugin.version>2.1.0</felix.scr.webconsole.plugin.version>
         <felix.scr.annotation.version>1.12.0</felix.scr.annotation.version>
         <felix.resolver.version>2.0.4</felix.resolver.version>