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

dannycranmer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 43bd5e5efa2 [FLINK-31779][docs] Track stable branch of externalized 
connector instead of specific release tag
43bd5e5efa2 is described below

commit 43bd5e5efa2ae6e90947905a44d770eec80f7802
Author: Weijie Guo <[email protected]>
AuthorDate: Wed Apr 12 20:41:56 2023 +0800

    [FLINK-31779][docs] Track stable branch of externalized connector instead 
of specific release tag
---
 docs/setup_docs.sh | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/docs/setup_docs.sh b/docs/setup_docs.sh
index ae84901af0e..4a23be81d5a 100755
--- a/docs/setup_docs.sh
+++ b/docs/setup_docs.sh
@@ -43,15 +43,15 @@ rm -rf tmp
 mkdir tmp
 cd tmp
 
-integrate_connector_docs elasticsearch v3.0.0-docs
-integrate_connector_docs aws v4.1.0-docs
-integrate_connector_docs cassandra v3.0.0
-integrate_connector_docs pulsar v3.0.0-docs
-integrate_connector_docs jdbc v3.0.0
-integrate_connector_docs rabbitmq v3.0.0
-integrate_connector_docs gcp-pubsub v3.0.0
-integrate_connector_docs mongodb v1.0.0-docs
-integrate_connector_docs opensearch v1.0.0
+integrate_connector_docs elasticsearch v3.0
+integrate_connector_docs aws v4.1
+integrate_connector_docs cassandra v3.0
+integrate_connector_docs pulsar v3.0
+integrate_connector_docs jdbc v3.0
+integrate_connector_docs rabbitmq v3.0
+integrate_connector_docs gcp-pubsub v3.0
+integrate_connector_docs mongodb v1.0
+integrate_connector_docs opensearch v1.0
 
 cd ..
 rm -rf tmp

Reply via email to