This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch release-1.18
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.18 by this push:
new 852a2254bd2 [hotfix] Set Opensearch connector version to v1.2
852a2254bd2 is described below
commit 852a2254bd29e47f8858ce78a5246491977383cf
Author: Martijn Visser <[email protected]>
AuthorDate: Tue Jul 16 10:06:50 2024 +0200
[hotfix] Set Opensearch connector version to v1.2
---
docs/setup_docs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/setup_docs.sh b/docs/setup_docs.sh
index 10cdab81d24..880631c8b16 100755
--- a/docs/setup_docs.sh
+++ b/docs/setup_docs.sh
@@ -51,7 +51,7 @@ integrate_connector_docs hbase v3.0
integrate_connector_docs jdbc v3.2
integrate_connector_docs kafka v3.2
integrate_connector_docs mongodb v1.2
-integrate_connector_docs opensearch v2.0
+integrate_connector_docs opensearch v1.2
integrate_connector_docs pulsar v4.1
integrate_connector_docs rabbitmq v3.0