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 2021/12/15 05:44:09 UTC

[camel] branch main updated: upgrade Felix maven-bundle-plugin (#6539)

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 ed0fad8  upgrade Felix maven-bundle-plugin (#6539)
ed0fad8 is described below

commit ed0fad873786cd2852aeba09e468f4ef76da086f
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Dec 15 06:42:56 2021 +0100

    upgrade Felix maven-bundle-plugin (#6539)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b087321..0ec06bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,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.2</maven-bundle-plugin-version>
+        <maven-bundle-plugin-version>5.1.3</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 -->