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/10/11 08:51:46 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7559] Upgrade to Felix Configurator 1.0.16

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 35508ad3f2 [KARAF-7559] Upgrade to Felix Configurator 1.0.16
35508ad3f2 is described below

commit 35508ad3f2d900aeb578024855becc5ac5874536
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Fri Oct 7 09:53:09 2022 +0200

    [KARAF-7559] Upgrade to Felix Configurator 1.0.16
    
    (cherry picked from commit 178c4090c0186a7162011eb14bbf18f36f73b3d1)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 447340ea59..a7243854c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,7 +209,7 @@
         <felix.cm.json.version>1.0.6</felix.cm.json.version>
         <felix.configadmin.version>1.9.24</felix.configadmin.version>
         <felix.configadmin.interpolation.plugin.version>1.2.6</felix.configadmin.interpolation.plugin.version>
-        <felix.configurator.version>1.0.14</felix.configurator.version>
+        <felix.configurator.version>1.0.16</felix.configurator.version>
         <felix.connect.version>0.2.0</felix.connect.version>
         <felix.coordinator.version>1.0.2</felix.coordinator.version>
         <felix.converter.version>1.0.14</felix.converter.version>