You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/08/04 06:03:06 UTC

[camel-kamelets] 04/06: Upgrade Maven Assembly Plugin to version 3.4.2

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

acosentino pushed a commit to branch maven-upgrades
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 721db1ad2dfed0222e2971244b1d5cc22289107f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Aug 4 07:52:43 2022 +0200

    Upgrade Maven Assembly Plugin to version 3.4.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 05c9f7d6..1bd30317 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
         <maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
         <maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
         <maven-javadoc-plugin.version>3.4.0</maven-javadoc-plugin.version>
-        <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
+        <maven-assembly-plugin.version>3.4.2</maven-assembly-plugin.version>
         <maven-source-plugin.version>3.2.1</maven-source-plugin.version>
         <maven-checksum-maven-plugin.version>1.11</maven-checksum-maven-plugin.version>
         <maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>