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 d3d3aee [KARAF-7078] Upgrade to maven-bundle-plugin 5.1.2
new 9253d31 Merge pull request #244 from jbonofre/KARAF-7078
d3d3aee is described below
commit d3d3aee24d7bf01606b9792bba04e63dc7d92207
Author: jbonofre <[email protected]>
AuthorDate: Sat Mar 27 17:16:55 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 d8bec58..c3c3fb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>4.2.1</version>
+ <version>5.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>