You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2016/04/22 18:03:30 UTC

[3/4] flink-web git commit: Update quickstart scripts

Update quickstart scripts


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

Branch: refs/heads/asf-site
Commit: 3a4d42516c87d9f5b71cbe8fd0e16c2341dd9428
Parents: 4e997ef
Author: Ufuk Celebi <uc...@apache.org>
Authored: Fri Apr 22 18:01:17 2016 +0200
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Fri Apr 22 18:01:26 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/flink-web/blob/3a4d4251/q/quickstart-scala.sh
----------------------------------------------------------------------
diff --git a/q/quickstart-scala.sh b/q/quickstart-scala.sh
index fbbadf9..5cb7c74 100755
--- a/q/quickstart-scala.sh
+++ b/q/quickstart-scala.sh
@@ -24,7 +24,7 @@ PACKAGE=quickstart
 mvn archetype:generate								\
   -DarchetypeGroupId=org.apache.flink				\
   -DarchetypeArtifactId=flink-quickstart-scala		\
-  -DarchetypeVersion=1.0.0							\
+  -DarchetypeVersion=1.0.2							\
   -DgroupId=org.myorg.quickstart					\
   -DartifactId=$PACKAGE								\
   -Dversion=0.1										\

http://git-wip-us.apache.org/repos/asf/flink-web/blob/3a4d4251/q/quickstart.sh
----------------------------------------------------------------------
diff --git a/q/quickstart.sh b/q/quickstart.sh
index 7e4d57e..5fc0aec 100755
--- a/q/quickstart.sh
+++ b/q/quickstart.sh
@@ -24,7 +24,7 @@ PACKAGE=quickstart
 mvn archetype:generate								\
   -DarchetypeGroupId=org.apache.flink				\
   -DarchetypeArtifactId=flink-quickstart-java		\
-  -DarchetypeVersion=1.0.0							\
+  -DarchetypeVersion=1.0.2							\
   -DgroupId=org.myorg.quickstart					\
   -DartifactId=$PACKAGE								\
   -Dversion=0.1										\

http://git-wip-us.apache.org/repos/asf/flink-web/blob/3a4d4251/q/sbt-quickstart.sh
----------------------------------------------------------------------
diff --git a/q/sbt-quickstart.sh b/q/sbt-quickstart.sh
index ca537c6..678a328 100755
--- a/q/sbt-quickstart.sh
+++ b/q/sbt-quickstart.sh
@@ -42,7 +42,7 @@ defaultProjectName="Flink Project"
 defaultOrganization="org.example"
 defaultVersion="0.1-SNAPSHOT"
 defaultScalaVersion="2.11.7"
-defaultFlinkVersion="1.0.0"
+defaultFlinkVersion="1.0.2"
 
 echo "This script creates a Flink project using Scala and SBT."