This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git
The following commit(s) were added to refs/heads/master by this push:
new 86acf0f5 upgrade Felix maven-bundle-plugin (#114)
86acf0f5 is described below
commit 86acf0f57e0ccc23b571fffa5220e4dde816a389
Author: Hervé Boutemy <[email protected]>
AuthorDate: Sun Mar 17 18:16:40 2024 +0100
upgrade Felix maven-bundle-plugin (#114)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index bbb4da70..202ccdf5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
<johnzon.site.url>https://svn.apache.org/repos/asf/johnzon/site/publish/</johnzon.site.url>
<pubsub.url>scm:svn:${johnzon.site.url}</pubsub.url>
<staging.directory>${project.build.directory}/site</staging.directory>
- <felix.plugin.version>5.1.8</felix.plugin.version>
+ <felix.plugin.version>5.1.9</felix.plugin.version>
<bnd.version.policy>[$(version;==;$(@)),$(version;+;$(@)))</bnd.version.policy>
<bnd.version>6.1.0</bnd.version>
<cxf.version>4.0.0</cxf.version>