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 2023/06/20 04:55:32 UTC

[camel] branch camel-3.x updated: update maven-bundle-plugin for Reproducible Builds (#10442)

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

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


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new 5328d2d7829 update maven-bundle-plugin for Reproducible Builds (#10442)
5328d2d7829 is described below

commit 5328d2d7829eb261d4a561142a4ed202b1e4ddae
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Jun 20 06:54:49 2023 +0200

    update maven-bundle-plugin for Reproducible Builds (#10442)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9e84462878f..7d8ac16db5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,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.8</maven-bundle-plugin-version>
+        <maven-bundle-plugin-version>5.1.9</maven-bundle-plugin-version>
         <maven-enforcer-plugin-version>3.0.0</maven-enforcer-plugin-version>
         <maven-dependency-plugin-version>3.4.0</maven-dependency-plugin-version>