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-decanter.git
The following commit(s) were added to refs/heads/main by this push:
new 56ecee1 [KARAF-7352] Upgrade to maven-bundle-plugin 5.1.4
new 040260f Merge pull request #273 from jbonofre/KARAF-7352
56ecee1 is described below
commit 56ecee1778cc64239209475f63627a2098c5ff73
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Jan 18 17:55:36 2022 +0100
[KARAF-7352] Upgrade to maven-bundle-plugin 5.1.4
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index da67615..11a46b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>5.1.2</version>
+ <version>5.1.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>