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 2024/03/15 06:50:35 UTC

(camel) branch main updated: Upgrade assembly plugin

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 b3a7d121d55 Upgrade assembly plugin
b3a7d121d55 is described below

commit b3a7d121d556942784a12b447e36a1bd25905600
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Mar 15 07:50:15 2024 +0100

    Upgrade assembly plugin
---
 .../camel-jbang-core/src/main/resources/templates/main-pom.tmpl         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/main-pom.tmpl b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/main-pom.tmpl
index 2f51870a66c..bc808975c17 100644
--- a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/main-pom.tmpl
+++ b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/main-pom.tmpl
@@ -100,7 +100,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>3.6.0</version>
+                <version>3.7.0</version>
                 <configuration>
                     <descriptors>
                         <descriptor>src/main/resources/assembly/runner.xml</descriptor>