You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/10/19 13:15:41 UTC

[camel] branch main updated: fix whatsapp doc, the "since" field to 3.19 (#8578)

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 33190d4889a fix whatsapp doc, the "since" field to 3.19 (#8578)
33190d4889a is described below

commit 33190d4889a8f8183a06546b7429ca6cf31a53bb
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Wed Oct 19 10:15:34 2022 -0300

    fix whatsapp doc, the "since" field to 3.19 (#8578)
---
 .../main/java/org/apache/camel/component/whatsapp/WhatsAppEndpoint.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-whatsapp/src/main/java/org/apache/camel/component/whatsapp/WhatsAppEndpoint.java b/components/camel-whatsapp/src/main/java/org/apache/camel/component/whatsapp/WhatsAppEndpoint.java
index 58e258ce72d..9902ce8bfab 100644
--- a/components/camel-whatsapp/src/main/java/org/apache/camel/component/whatsapp/WhatsAppEndpoint.java
+++ b/components/camel-whatsapp/src/main/java/org/apache/camel/component/whatsapp/WhatsAppEndpoint.java
@@ -37,7 +37,7 @@ import org.slf4j.LoggerFactory;
 /**
  * Send messages to WhatsApp.
  */
-@UriEndpoint(firstVersion = "3.18.0", scheme = "whatsapp", title = "WhatsApp", syntax = "whatsapp:phoneNumberId",
+@UriEndpoint(firstVersion = "3.19.0", scheme = "whatsapp", title = "WhatsApp", syntax = "whatsapp:phoneNumberId",
              producerOnly = true,
              category = {
                      Category.CLOUD, Category.API,