This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch v3.0
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git
The following commit(s) were added to refs/heads/v3.0 by this push:
new acc66cb [hotfix] Make sure that the download link points to 3.1.0
instead of 3.0.0
acc66cb is described below
commit acc66cb358fc2ee83e807d85203f68deac2ccc0f
Author: Martijn Visser <[email protected]>
AuthorDate: Wed May 10 16:37:13 2023 +0200
[hotfix] Make sure that the download link points to 3.1.0 instead of 3.0.0
---
docs/content.zh/docs/connectors/datastream/jdbc.md | 2 +-
docs/content/docs/connectors/datastream/jdbc.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/content.zh/docs/connectors/datastream/jdbc.md
b/docs/content.zh/docs/connectors/datastream/jdbc.md
index d0c2b3b..8170c30 100644
--- a/docs/content.zh/docs/connectors/datastream/jdbc.md
+++ b/docs/content.zh/docs/connectors/datastream/jdbc.md
@@ -30,7 +30,7 @@ under the License.
添加下面的依赖以便使用该连接器(同时添加 JDBC 驱动):
-{{< connector_artifact flink-connector-jdbc 3.0.0 >}}
+{{< connector_artifact flink-connector-jdbc 3.1.0 >}}
注意该连接器目前还 __不是__ 二进制发行版的一部分,如何在集群中运行请参考 [这里]({{< ref
"docs/dev/configuration/overview" >}})。
diff --git a/docs/content/docs/connectors/datastream/jdbc.md
b/docs/content/docs/connectors/datastream/jdbc.md
index f120d80..1685af5 100644
--- a/docs/content/docs/connectors/datastream/jdbc.md
+++ b/docs/content/docs/connectors/datastream/jdbc.md
@@ -30,7 +30,7 @@ This connector provides a sink that writes data to a JDBC
database.
To use it, add the following dependency to your project (along with your JDBC
driver):
-{{< connector_artifact flink-connector-jdbc 3.0.0 >}}
+{{< connector_artifact flink-connector-jdbc 3.1.0 >}}
Note that the streaming connectors are currently __NOT__ part of the binary
distribution. See how to link with them for cluster execution [here]({{< ref
"docs/dev/configuration/overview" >}}).
A driver dependency is also required to connect to a specified database.
Please consult your database documentation on how to add the corresponding
driver.