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:54:55 UTC

[camel] branch camel-3.20.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.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git


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

commit 40763195db2ca911938517e1cb2a054cc22167a6
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 141b0e61dbb..0af29352576 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,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.3.0</maven-dependency-plugin-version>