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:02:24 UTC

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


The following commit(s) were added to refs/heads/karaf-4.3.x by this push:
     new 949580a  [KARAF-7405] Upgrade to Felix SCR 2.2.0
949580a is described below

commit 949580adf674afbe6e17f9551fce6ff811466b50
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
    
    (cherry picked from commit 87d7baf057fca5f2bafb97a1c7df4bb5467fa322)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 456933d..e277550 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>