This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new c015de4f7 [hotfix][doc] Dependency coordinate description error (#1460)
c015de4f7 is described below
commit c015de4f7fe3c05f6476a9213ad7c692b890602b
Author: monster <[email protected]>
AuthorDate: Thu Jun 29 17:40:21 2023 +0800
[hotfix][doc] Dependency coordinate description error (#1460)
---
docs/content/api/flink-api.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/api/flink-api.md b/docs/content/api/flink-api.md
index b0c65d20f..d39952b10 100644
--- a/docs/content/api/flink-api.md
+++ b/docs/content/api/flink-api.md
@@ -39,7 +39,7 @@ Maven dependency:
<dependency>
<groupId>org.apache.flink</groupId>
- <artifactId>flink-table-api-java-bridge_2.12</artifactId>
+ <artifactId>flink-table-api-java-bridge</artifactId>
<version>1.17.0</version>
<scope>provided</scope>
</dependency>