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:16:55 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 97a355fadc6 fix whatsapp doc, the since field to 3.19 (#8578)
97a355fadc6 is described below

commit 97a355fadc661a18ceafdb8100c1b47db1de2276
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Oct 19 15:16:42 2022 +0200

    fix whatsapp doc, the since field to 3.19 (#8578)
---
 .../resources/org/apache/camel/catalog/components/whatsapp.json       | 4 ++--
 .../resources/org/apache/camel/component/whatsapp/whatsapp.json       | 4 ++--
 components/camel-whatsapp/src/main/docs/whatsapp-component.adoc       | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/whatsapp.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/whatsapp.json
index 45882e7d142..7b8dc51a1e7 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/whatsapp.json
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/whatsapp.json
@@ -5,10 +5,10 @@
     "title": "WhatsApp",
     "description": "Send messages to WhatsApp.",
     "deprecated": false,
-    "firstVersion": "3.18.0",
+    "firstVersion": "3.19.0",
     "label": "cloud,api,chat",
     "javaType": "org.apache.camel.component.whatsapp.WhatsAppComponent",
-    "supportLevel": "Stable",
+    "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-whatsapp",
     "version": "3.20.0-SNAPSHOT",
diff --git a/components/camel-whatsapp/src/generated/resources/org/apache/camel/component/whatsapp/whatsapp.json b/components/camel-whatsapp/src/generated/resources/org/apache/camel/component/whatsapp/whatsapp.json
index 45882e7d142..7b8dc51a1e7 100644
--- a/components/camel-whatsapp/src/generated/resources/org/apache/camel/component/whatsapp/whatsapp.json
+++ b/components/camel-whatsapp/src/generated/resources/org/apache/camel/component/whatsapp/whatsapp.json
@@ -5,10 +5,10 @@
     "title": "WhatsApp",
     "description": "Send messages to WhatsApp.",
     "deprecated": false,
-    "firstVersion": "3.18.0",
+    "firstVersion": "3.19.0",
     "label": "cloud,api,chat",
     "javaType": "org.apache.camel.component.whatsapp.WhatsAppComponent",
-    "supportLevel": "Stable",
+    "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-whatsapp",
     "version": "3.20.0-SNAPSHOT",
diff --git a/components/camel-whatsapp/src/main/docs/whatsapp-component.adoc b/components/camel-whatsapp/src/main/docs/whatsapp-component.adoc
index a5e8aa56584..24dbdf174c6 100644
--- a/components/camel-whatsapp/src/main/docs/whatsapp-component.adoc
+++ b/components/camel-whatsapp/src/main/docs/whatsapp-component.adoc
@@ -3,8 +3,8 @@
 :shortname: whatsapp
 :artifactid: camel-whatsapp
 :description: Send messages to WhatsApp.
-:since: 3.18
-:supportlevel: Stable
+:since: 3.19
+:supportlevel: Preview
 :component-header: Only producer is supported
 
 *Since Camel {since}*