This is an automated email from the ASF dual-hosted git repository.

lindong pushed a commit to branch release-2.3
in repository https://gitbox.apache.org/repos/asf/flink-ml.git


The following commit(s) were added to refs/heads/release-2.3 by this push:
     new 44b40687 [hotfix] Update Flink version used in 
build-your-own-project.md
44b40687 is described below

commit 44b406877a98eaa8f991461bd84696cbee717a31
Author: Dong Lin <lindon...@gmail.com>
AuthorDate: Mon Jun 26 18:06:58 2023 +0800

    [hotfix] Update Flink version used in build-your-own-project.md
---
 docs/content/docs/try-flink-ml/java/build-your-own-project.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/try-flink-ml/java/build-your-own-project.md 
b/docs/content/docs/try-flink-ml/java/build-your-own-project.md
index a94e992b..ceefdf1b 100644
--- a/docs/content/docs/try-flink-ml/java/build-your-own-project.md
+++ b/docs/content/docs/try-flink-ml/java/build-your-own-project.md
@@ -80,7 +80,7 @@ the basic skeleton of a project, with some necessary Flink 
dependencies.
 $ mvn archetype:generate \
     -DarchetypeGroupId=org.apache.flink \
     -DarchetypeArtifactId=flink-quickstart-java \
-    -DarchetypeVersion=1.16.1 \
+    -DarchetypeVersion=1.17.1 \
     -DgroupId=kmeans-example \
     -DartifactId=kmeans-example \
     -Dversion=0.1 \

Reply via email to