This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 2239 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 5cfab82824d0326c00db3fc18328ef0793dc8049 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Oct 11 11:10:51 2024 +0200 Remove Camel-Kamelets-utils since it is now in core Signed-off-by: Andrea Cosentino <[email protected]> --- update-kamelets.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/update-kamelets.xml b/update-kamelets.xml index f1423ee9..a8f1ae81 100644 --- a/update-kamelets.xml +++ b/update-kamelets.xml @@ -29,11 +29,6 @@ <include name="*.kamelet.yaml"/> </fileset> </replaceregexp> - <replaceregexp match="mvn:org.apache.camel.kamelets:camel-kamelets-utils:[A-Za-z0-9-.]+" replace="" byline="true"> - <fileset dir="kamelets/"> - <include name="*.kamelet.yaml"/> - </fileset> - </replaceregexp> </target> <target name="update.kamelets" depends="replace.release" />
