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

[camel] 01/01: fix whatsapp doc, the "since" field to 3.19

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

claudio4j pushed a commit to branch claudio4j-patch-1
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 2eb737db9eef568dfbff9059345352474edf22a3
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Wed Oct 19 08:56:03 2022 -0300

    fix whatsapp doc, the "since" field to 3.19
---
 .../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,