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/camel-karaf.git
The following commit(s) were added to refs/heads/main by this push:
new a6759154f Upgrade to maven-bundle-plugin 6.0.0 (#622)
a6759154f is described below
commit a6759154f4deaed3ecd321a47de3ca61e2c2775d
Author: JB Onofré <[email protected]>
AuthorDate: Mon Jun 2 11:08:47 2025 +0200
Upgrade to maven-bundle-plugin 6.0.0 (#622)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2ad8b74d9..586b0255e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -601,7 +601,7 @@
<!-- Plugin versions -->
<maven-antrun-plugin-version>3.1.0</maven-antrun-plugin-version>
<maven-build-helper-plugin-version>3.6.0</maven-build-helper-plugin-version>
- <maven-bundle-plugin-version>5.1.9</maven-bundle-plugin-version>
+ <maven-bundle-plugin-version>6.0.0</maven-bundle-plugin-version>
<maven-jaxb2-plugin-version>3.2.0</maven-jaxb2-plugin-version>
</properties>