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/08/14 05:20:04 UTC

[karaf] branch master updated: [KARAF-6801] Upgrade to Felix ConfigAdmin 1.9.18

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 e8aac27  [KARAF-6801] Upgrade to Felix ConfigAdmin 1.9.18
     new 6f9f7a7  Merge pull request #1146 from jbonofre/KARAF-6801
e8aac27 is described below

commit e8aac27d72d95b5ffb33e938af2dd51d1f98cfdd
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Aug 13 19:14:41 2020 +0200

    [KARAF-6801] Upgrade to Felix ConfigAdmin 1.9.18
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4dbb57c..5749ab9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,7 @@
         <equinox.coordinator.version>1.1.0.v20120522-1841</equinox.coordinator.version>
 
         <felix.bundlerepository.version>2.0.10</felix.bundlerepository.version>
-        <felix.configadmin.version>1.9.16</felix.configadmin.version>
+        <felix.configadmin.version>1.9.18</felix.configadmin.version>
         <felix.connect.version>0.2.0</felix.connect.version>
         <felix.coordinator.version>1.0.2</felix.coordinator.version>
         <felix.fileinstall.version>3.6.8</felix.fileinstall.version>