This is an automated email from the ASF dual-hosted git repository. fcsaky 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 b9c92371dba [FLINK-35136][docs] Bump HBase connector docs version to v4.0 b9c92371dba is described below commit b9c92371dba07b6bfe4368d7b6d7f7c575b4c603 Author: Márton Balassi <mar...@apple.com> AuthorDate: Wed Nov 27 20:11:51 2024 +0100 [FLINK-35136][docs] Bump HBase connector docs version to v4.0 --- 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 9bd4ca9730b..ae2defd505c 100755 --- a/docs/setup_docs.sh +++ b/docs/setup_docs.sh @@ -61,7 +61,7 @@ if [ "$SKIP_INTEGRATE_CONNECTOR_DOCS" = false ]; then integrate_connector_docs mongodb v1.2 integrate_connector_docs opensearch v1.2 integrate_connector_docs kafka v3.3 - integrate_connector_docs hbase v3.0 + integrate_connector_docs hbase v4.0 integrate_connector_docs prometheus v1.0 cd ..