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/07/16 09:44:50 UTC

[camel-kamelets] 05/09: Add Velocity Template Action Kamelet

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

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

commit 886a20a872115c3bbce909b54699fbfc4bb4bfdf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jul 16 11:42:22 2021 +0200

    Add Velocity Template Action Kamelet
---
 .../src/main/resources/kamelets/velocity-template-action.kamelet.yaml   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/velocity-template-action.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/velocity-template-action.kamelet.yaml
index 6c6087b..41a5f96 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/velocity-template-action.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/velocity-template-action.kamelet.yaml
@@ -1,7 +1,7 @@
 apiVersion: camel.apache.org/v1alpha1
 kind: Kamelet
 metadata:
-  name: mustache-template-action
+  name: velocity-template-action
   annotations:
     camel.apache.org/kamelet.support.level: "Preview"
     camel.apache.org/catalog.version: "main-SNAPSHOT"