Repository: flink-web
Updated Branches:
  refs/heads/asf-site 1a4e62339 -> 58c559525


[hotfix] Update versions in quickstart scripts to 1.4.2


Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/58c55952
Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/58c55952
Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/58c55952

Branch: refs/heads/asf-site
Commit: 58c55952516218a99bd5f341381b66787e39b7c3
Parents: 1a4e623
Author: Tzu-Li (Gordon) Tai <tzuli...@apache.org>
Authored: Mon Mar 12 19:37:29 2018 +0800
Committer: Tzu-Li (Gordon) Tai <tzuli...@apache.org>
Committed: Mon Mar 12 19:37:29 2018 +0800

----------------------------------------------------------------------
 content/q/quickstart-scala.sh | 2 +-
 content/q/quickstart.sh       | 2 +-
 content/q/sbt-quickstart.sh   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/58c55952/content/q/quickstart-scala.sh
----------------------------------------------------------------------
diff --git a/content/q/quickstart-scala.sh b/content/q/quickstart-scala.sh
index 38e5f8e..205bb2a 100755
--- a/content/q/quickstart-scala.sh
+++ b/content/q/quickstart-scala.sh
@@ -24,7 +24,7 @@ PACKAGE=quickstart
 mvn archetype:generate                                                         
\
   -DarchetypeGroupId=org.apache.flink                          \
   -DarchetypeArtifactId=flink-quickstart-scala         \
-  -DarchetypeVersion=1.4.1                                                     
\
+  -DarchetypeVersion=1.4.2                                                     
\
   -DgroupId=org.myorg.quickstart                                       \
   -DartifactId=$PACKAGE                                                        
        \
   -Dversion=0.1                                                                
                \

http://git-wip-us.apache.org/repos/asf/flink-web/blob/58c55952/content/q/quickstart.sh
----------------------------------------------------------------------
diff --git a/content/q/quickstart.sh b/content/q/quickstart.sh
index ce40ad8..2f56b1b 100755
--- a/content/q/quickstart.sh
+++ b/content/q/quickstart.sh
@@ -24,7 +24,7 @@ PACKAGE=quickstart
 mvn archetype:generate                                                         
\
   -DarchetypeGroupId=org.apache.flink                          \
   -DarchetypeArtifactId=flink-quickstart-java          \
-  -DarchetypeVersion=1.4.1                                                     
\
+  -DarchetypeVersion=1.4.2                                                     
\
   -DgroupId=org.myorg.quickstart                                       \
   -DartifactId=$PACKAGE                                                        
        \
   -Dversion=0.1                                                                
                \

http://git-wip-us.apache.org/repos/asf/flink-web/blob/58c55952/content/q/sbt-quickstart.sh
----------------------------------------------------------------------
diff --git a/content/q/sbt-quickstart.sh b/content/q/sbt-quickstart.sh
index 19eb080..8f52f93 100755
--- a/content/q/sbt-quickstart.sh
+++ b/content/q/sbt-quickstart.sh
@@ -42,7 +42,7 @@ defaultProjectName="Flink Project"
 defaultOrganization="org.example"
 defaultVersion="0.1-SNAPSHOT"
 defaultScalaVersion="2.11.7"
-defaultFlinkVersion="1.4.1"
+defaultFlinkVersion="1.4.2"
 
 echo "This script creates a Flink project using Scala and SBT."
 

Reply via email to