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/27 14:00:44 UTC

[camel] 03/04: Fix release process

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

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

commit f0741e6c8e95404a3c368fbf31a1f0716d64fc48
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jun 27 14:22:41 2023 +0200

    Fix release process
---
 .../src/main/resources/archetype-resources/__artifactId__-api/pom.xml | 2 +-
 .../camel-debezium-common/camel-debezium-common-component/pom.xml     | 2 +-
 components/camel-dhis2/camel-dhis2-api/pom.xml                        | 2 +-
 pom.xml                                                               | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-api/pom.xml b/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-api/pom.xml
index 61ec0e87817..4c0c483cd25 100644
--- a/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-api/pom.xml
+++ b/archetypes/camel-archetype-api-component/src/main/resources/archetype-resources/__artifactId__-api/pom.xml
@@ -46,7 +46,7 @@
           <execution>
             <id>attach-sources</id>
             <goals>
-              <goal>jar</goal>
+              <goal>jar-no-fork</goal>
             </goals>
           </execution>
         </executions>
diff --git a/components/camel-debezium/camel-debezium-common/camel-debezium-common-component/pom.xml b/components/camel-debezium/camel-debezium-common/camel-debezium-common-component/pom.xml
index da8390d7bfb..61585300afb 100644
--- a/components/camel-debezium/camel-debezium-common/camel-debezium-common-component/pom.xml
+++ b/components/camel-debezium/camel-debezium-common/camel-debezium-common-component/pom.xml
@@ -67,7 +67,7 @@
                     <execution>
                         <id>attach-sources</id>
                         <goals>
-                            <goal>jar</goal>
+                            <goal>jar-no-fork</goal>
                         </goals>
                     </execution>
                 </executions>
diff --git a/components/camel-dhis2/camel-dhis2-api/pom.xml b/components/camel-dhis2/camel-dhis2-api/pom.xml
index 11111ebc2f1..a9d03a97b4a 100644
--- a/components/camel-dhis2/camel-dhis2-api/pom.xml
+++ b/components/camel-dhis2/camel-dhis2-api/pom.xml
@@ -45,7 +45,7 @@
                     <execution>
                         <id>attach-sources</id>
                         <goals>
-                            <goal>jar</goal>
+                            <goal>jar-no-fork</goal>
                         </goals>
                     </execution>
                 </executions>
diff --git a/pom.xml b/pom.xml
index 0da0598c59d..05b803495bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -540,7 +540,7 @@
                             <execution>
                                 <id>attach-sources</id>
                                 <goals>
-                                    <goal>jar</goal>
+                                    <goal>jar-no-fork</goal>
                                 </goals>
                             </execution>
                         </executions>
@@ -576,7 +576,7 @@
                             <execution>
                                 <id>attach-sources</id>
                                 <goals>
-                                    <goal>jar</goal>
+                                    <goal>jar-no-fork</goal>
                                 </goals>
                             </execution>
                         </executions>