You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/11/25 07:18:26 UTC

[camel-kamelets] 04/05: Moved all the kamelet.yaml files to kamelets folder

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

acosentino pushed a commit to branch kamelet-locations
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit c55dc6aa47d30cbcee31c81a310df660c95c04e4
Author: Andrea Cosentino <an...@gmail.com>
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>