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 2022/10/14 12:02:43 UTC

[camel-kamelets] 02/02: Added a Catalog Method showing the supported headers (specific for consumer, producer and common) for a Kamelet

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

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

commit 8b84ce0b652c61614538444bd1ce59cdef90d0eb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 14 13:58:54 2022 +0200

    Added a Catalog Method showing the supported headers (specific for consumer, producer and common) for a Kamelet
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 library/camel-kamelets-catalog/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/library/camel-kamelets-catalog/pom.xml b/library/camel-kamelets-catalog/pom.xml
index 5cccffdf..6954a939 100644
--- a/library/camel-kamelets-catalog/pom.xml
+++ b/library/camel-kamelets-catalog/pom.xml
@@ -115,13 +115,13 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-tooling-model</artifactId>
-            <version>3.19.0</version>
+            <version>${camel.version}</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-catalog</artifactId>
-            <version>3.19.0</version>
+            <version>${camel.version}</version>
             <scope>compile</scope>
         </dependency>