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/01/07 09:37:15 UTC

[karaf] branch karaf-4.3.x updated: [KARAF-7320] Upgrade to maven-bundle-plugin 5.1.4

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 63a9b18  [KARAF-7320] Upgrade to maven-bundle-plugin 5.1.4
63a9b18 is described below

commit 63a9b184ca61846d119ccb2f37c12baa3786ab80
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Jan 6 15:24:59 2022 +0100

    [KARAF-7320] Upgrade to maven-bundle-plugin 5.1.4
    
    (cherry picked from commit 9f93b90245592f13f97cef0c0293e8741d768295)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fcd5782..f8d3dc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,7 +221,7 @@
         <felix.httplite.version>0.1.6</felix.httplite.version>
         <felix.http.version>4.1.12</felix.http.version>
         <felix.inventory.version>1.0.6</felix.inventory.version>
-        <felix.maven-bundle-plugin.version>5.1.3</felix.maven-bundle-plugin.version>
+        <felix.maven-bundle-plugin.version>5.1.4</felix.maven-bundle-plugin.version>
         <felix.utils.version>1.11.8</felix.utils.version>
         <felix.webconsole.version>4.7.0</felix.webconsole.version>
         <felix.webconsole.api.version>3.4.0</felix.webconsole.api.version>