This is an automated email from the ASF dual-hosted git repository. ruanhang1993 pushed a commit to branch v4.0 in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git
commit d353125661f34c731b446be71aaffe1bb6053f9e Author: Hang Ruan <[email protected]> AuthorDate: Tue Apr 22 16:57:27 2025 +0800 [hotfix] Update version 4.0.0 in jdbc connector docs --- docs/data/jdbc.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/data/jdbc.yml b/docs/data/jdbc.yml index 1e23686c..9bc2cc99 100644 --- a/docs/data/jdbc.yml +++ b/docs/data/jdbc.yml @@ -16,7 +16,8 @@ # limitations under the License. ################################################################################ -version: 3.3.0-SNAPSHOT +version: 4.0.0 +flink_compatibility: [2.0] variants: - maven: flink-connector-jdbc - sql_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-jdbc/$full_version/flink-connector-jdbc-$full_version.jar + sql_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-connector-jdbc-core/$full_version/flink-connector-jdbc-core-$full_version.jar
