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/12/20 05:55:54 UTC

[camel-kamelets] branch main updated: Fixed update-kamelets.xml ant file

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


The following commit(s) were added to refs/heads/main by this push:
     new 09128c8  Fixed update-kamelets.xml ant file
09128c8 is described below

commit 09128c81c34858c28526904567c0c28072bdf34d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 20 06:55:03 2021 +0100

    Fixed update-kamelets.xml ant file
---
 update-kamelets.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/update-kamelets.xml b/update-kamelets.xml
index 3e2dc5b..aa7cf9f 100644
--- a/update-kamelets.xml
+++ b/update-kamelets.xml
@@ -13,12 +13,12 @@
     </target>
     <target name="replace.release" depends="check.snapshot">
         <replaceregexp match="camel.apache.org/catalog.version:.*$" replace="camel.apache.org/catalog.version: &quot;${releaseVersion}&quot;" byline="true">
-            <fileset dir=".">
+            <fileset dir="kamelets/">
                 <include name="*.kamelet.yaml"/>
             </fileset>
         </replaceregexp>
         <replaceregexp match="github:apache.camel-kamelets:camel-kamelets-utils:[A-Za-z0-9-.]+" replace="mvn:org.apache.camel.kamelets:camel-kamelets-utils:${releaseVersion}" byline="true">
-            <fileset dir=".">
+            <fileset dir="kamelets/">
                 <include name="*.kamelet.yaml"/>
             </fileset>
         </replaceregexp>