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-decanter.git
The following commit(s) were added to refs/heads/master by this push:
new 66e9230 [KARAF-6228] Upgrade to Felix maven-bundle-plugin 4.2.0
new df30878 Merge pull request #81 from jbonofre/KARAF-6228
66e9230 is described below
commit 66e9230ee98c4fb826e5f3b586254ec89b7c1bf7
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Thu Apr 18 15:29:16 2019 +0200
[KARAF-6228] Upgrade to Felix maven-bundle-plugin 4.2.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7df5711..77a88bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,7 +148,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>4.1.0</version>
+ <version>4.2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>