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-cave.git


The following commit(s) were added to refs/heads/main by this push:
     new f9ef72e  [KARAF-7078] Upgrade to maven-bundle-plugin 5.1.2
     new 2962ac9  Merge pull request #41 from jbonofre/KARAF-7078
f9ef72e is described below

commit f9ef72ed6fc25dd1fbe2b23c520009479a36f780
Author: jbonofre <[email protected]>
AuthorDate: Sat Mar 27 18:49:04 2021 +0100

    [KARAF-7078] Upgrade to maven-bundle-plugin 5.1.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8eecd5c..2b475f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -228,7 +228,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>4.2.1</version>
+                    <version>5.1.2</version>
                     <extensions>true</extensions>
                     <configuration>
                         <instructions>

Reply via email to