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

guoweijie pushed a commit to branch release-1.17
in repository https://gitbox.apache.org/repos/asf/flink.git


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

commit e77ea54b4c2c314c0c9e7214ef314942b0fe58b6
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