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 2023/12/19 08:26:32 UTC

(camel-kamelets) branch main updated: Fix release procedure

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 9ad8b32f Fix release procedure
9ad8b32f is described below

commit 9ad8b32f933e84bbd76c95a2b907cf1c823f5b87
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Dec 19 09:26:12 2023 +0100

    Fix release procedure
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a3b97660..f640f9d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -387,7 +387,7 @@
                             <execution>
                                 <id>attach-sources</id>
                                 <goals>
-                                    <goal>jar</goal>
+                                    <goal>jar-no-fork</goal>
                                 </goals>
                             </execution>
                         </executions>