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 2f9c257aedf Fix release process
2f9c257aedf is described below

commit 2f9c257aedf26f59cf5000241dc2b4552cdaa735
Author: Claus Ibsen <[email protected]>
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     | 1 +
 components/camel-dhis2/camel-dhis2-api/pom.xml                        | 2 +-
 pom.xml                                                               | 4 ++--
 4 files changed, 5 insertions(+), 4 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 12de482397d..b7e06b2cb6f 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
@@ -57,4 +57,5 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+
 </project>
diff --git a/components/camel-dhis2/camel-dhis2-api/pom.xml 
b/components/camel-dhis2/camel-dhis2-api/pom.xml
index d5ba10a70d0..c9948de5d65 100644
--- a/components/camel-dhis2/camel-dhis2-api/pom.xml
+++ b/components/camel-dhis2/camel-dhis2-api/pom.xml
@@ -55,7 +55,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 b8526c07c9a..8c743ef528d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -711,7 +711,7 @@
                             <execution>
                                 <id>attach-sources</id>
                                 <goals>
-                                    <goal>jar</goal>
+                                    <goal>jar-no-fork</goal>
                                 </goals>
                             </execution>
                         </executions>
@@ -747,7 +747,7 @@
                             <execution>
                                 <id>attach-sources</id>
                                 <goals>
-                                    <goal>jar</goal>
+                                    <goal>jar-no-fork</goal>
                                 </goals>
                             </execution>
                         </executions>

Reply via email to