This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch release/4.1.0 in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit c28d1bd11ccaaa98cbf73bbc616ae20f1d6ca7bb Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Oct 7 08:37:13 2023 +0200 Attempt to fix release build with jar-no-fork like we did in the camel-core project --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 58441cd2e27..749c1214257 100644 --- a/pom.xml +++ b/pom.xml @@ -674,7 +674,7 @@ <execution> <id>attach-sources</id> <goals> - <goal>jar</goal> + <goal>jar-no-fork</goal> </goals> </execution> </executions> @@ -709,7 +709,7 @@ <execution> <id>attach-sources</id> <goals> - <goal>jar</goal> + <goal>jar-no-fork</goal> </goals> </execution> </executions> @@ -742,7 +742,7 @@ <execution> <id>attach-sources</id> <goals> - <goal>jar</goal> + <goal>jar-no-fork</goal> </goals> </execution> </executions>