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 2526f7a33b5d5f3d5a3af4e554dfc47984e4d88d Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Dec 1 10:57:04 2022 +0100 Added Microsoft Exchange IMAP OAUTH source kamelet Signed-off-by: Andrea Cosentino <[email protected]> --- .../kamelets/ms-exchange-online-imap-oauth-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/ms-exchange-online-imap-oauth-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/ms-exchange-online-imap-oauth-source.kamelet.yaml index 3c1f7f1a..8523bea2 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/ms-exchange-online-imap-oauth-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/ms-exchange-online-imap-oauth-source.kamelet.yaml @@ -17,7 +17,7 @@ apiVersion: camel.apache.org/v1alpha1 kind: Kamelet metadata: - name: name:ms-exchange-online-imap-oauth-source + name: ms-exchange-online-imap-oauth-source annotations: camel.apache.org/kamelet.support.level: "Stable" camel.apache.org/catalog.version: "main-SNAPSHOT"
