This is an automated email from the ASF dual-hosted git repository.
guoweijie 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 4a94d4b3f0f [hotfix][docs] maven should require v3.8.6, not higher
4a94d4b3f0f is described below
commit 4a94d4b3f0fa5e66c7da267d783a6ed5227825b9
Author: Luke Chen <[email protected]>
AuthorDate: Fri May 31 16:36:38 2024 +0900
[hotfix][docs] maven should require v3.8.6, not higher
---
docs/content.zh/docs/dev/configuration/maven.md | 2 +-
docs/content/docs/dev/configuration/maven.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/content.zh/docs/dev/configuration/maven.md
b/docs/content.zh/docs/dev/configuration/maven.md
index e69b89a8738..c6fc9e0f7ec 100644
--- a/docs/content.zh/docs/dev/configuration/maven.md
+++ b/docs/content.zh/docs/dev/configuration/maven.md
@@ -28,7 +28,7 @@ under the License.
## 要求
-- Maven 3.8.6 (推荐或者使用更高版本)
+- Maven 3.8.6
- Java 8 (deprecated) or Java 11
## 将项目导入 IDE
diff --git a/docs/content/docs/dev/configuration/maven.md
b/docs/content/docs/dev/configuration/maven.md
index 060c7afdf52..a72d05a9aef 100644
--- a/docs/content/docs/dev/configuration/maven.md
+++ b/docs/content/docs/dev/configuration/maven.md
@@ -30,7 +30,7 @@ publish, and deploy projects. You can use it to manage the
entire lifecycle of y
## Requirements
-- Maven 3.8.6 (recommended or higher)
+- Maven 3.8.6
- Java 8 (deprecated) or Java 11
## Importing the project into your IDE