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
commit 4a36d26a2542e248c671a3a7d91fe7118a0f0d51 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Nov 25 08:14:54 2021 +0100 Moved all the kamelet.yaml files to kamelets folder --- update-kamelets.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-kamelets.xml b/update-kamelets.xml index 1af0e76..3e2dc5b 100644 --- a/update-kamelets.xml +++ b/update-kamelets.xml @@ -25,7 +25,7 @@ </target> <target name="replace.snapshot" depends="replace.release" if="is.snapshot"> <replaceregexp match="mvn:org.apache.camel.kamelets:camel-kamelets-utils:[A-Za-z0-9-.]+" replace="github:apache.camel-kamelets:camel-kamelets-utils:${releaseVersion}" byline="true"> - <fileset dir="."> + <fileset dir="kamelets/"> <include name="*.kamelet.yaml"/> </fileset> </replaceregexp>
