You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/05/07 05:49:24 UTC

[camel] branch main updated: [CAMEL-18075] upgrade maven-bundle-plugin (#7563)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new d4a88fcdb13 [CAMEL-18075] upgrade maven-bundle-plugin (#7563)
d4a88fcdb13 is described below

commit d4a88fcdb13c8b96884f6b89897de9cbcdd86232
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat May 7 07:49:19 2022 +0200

    [CAMEL-18075] upgrade maven-bundle-plugin (#7563)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b53edb3dcfb..6df229f0618 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,7 +126,7 @@
         <!-- we need to override the version inherited from Apache POM for modules that use this POM as parent -->
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <java-diff-utils-version>4.7</java-diff-utils-version>
-        <maven-bundle-plugin-version>5.1.3</maven-bundle-plugin-version>
+        <maven-bundle-plugin-version>5.1.5</maven-bundle-plugin-version>
         <maven-enforcer-plugin-version>3.0.0</maven-enforcer-plugin-version>
 
         <!-- eclipse plugin need the jaxb in this pom.xml file -->