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/10/13 15:11:59 UTC

[2/4] flink-web git commit: Update quickstart versions

Update quickstart versions


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

Branch: refs/heads/asf-site
Commit: cd759ce9f006062ef434be79fd52085733afb2bb
Parents: d416d72
Author: Ufuk Celebi <uc...@apache.org>
Authored: Thu Oct 13 12:22:14 2016 +0200
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Thu Oct 13 12:22:14 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/flink-web/blob/cd759ce9/q/quickstart-SNAPSHOT.sh
----------------------------------------------------------------------
diff --git a/q/quickstart-SNAPSHOT.sh b/q/quickstart-SNAPSHOT.sh
index c42ea96..1b1f2d2 100755
--- a/q/quickstart-SNAPSHOT.sh
+++ b/q/quickstart-SNAPSHOT.sh
@@ -24,7 +24,7 @@ PACKAGE=quickstart
 mvn archetype:generate								\
   -DarchetypeGroupId=org.apache.flink				\
   -DarchetypeArtifactId=flink-quickstart-java		\
-  -DarchetypeVersion=1.1-SNAPSHOT					\
+  -DarchetypeVersion=1.2-SNAPSHOT					\
   -DgroupId=org.myorg.quickstart 					\
   -DartifactId=$PACKAGE								\
   -Dversion=0.1										\

http://git-wip-us.apache.org/repos/asf/flink-web/blob/cd759ce9/q/quickstart-scala-SNAPSHOT.sh
----------------------------------------------------------------------
diff --git a/q/quickstart-scala-SNAPSHOT.sh b/q/quickstart-scala-SNAPSHOT.sh
index cf285d2..9cfeb2e 100755
--- a/q/quickstart-scala-SNAPSHOT.sh
+++ b/q/quickstart-scala-SNAPSHOT.sh
@@ -24,7 +24,7 @@ PACKAGE=quickstart
 mvn archetype:generate								\
   -DarchetypeGroupId=org.apache.flink 				\
   -DarchetypeArtifactId=flink-quickstart-scala		\
-  -DarchetypeVersion=1.1-SNAPSHOT					\
+  -DarchetypeVersion=1.2-SNAPSHOT					\
   -DgroupId=org.myorg.quickstart					\
   -DartifactId=$PACKAGE								\
   -Dversion=0.1										\

http://git-wip-us.apache.org/repos/asf/flink-web/blob/cd759ce9/q/quickstart-scala.sh
----------------------------------------------------------------------
diff --git a/q/quickstart-scala.sh b/q/quickstart-scala.sh
index b8d5cd5..019c6e0 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.3							\
+  -DarchetypeVersion=1.1.3							\
   -DgroupId=org.myorg.quickstart					\
   -DartifactId=$PACKAGE								\
   -Dversion=0.1										\

http://git-wip-us.apache.org/repos/asf/flink-web/blob/cd759ce9/q/quickstart.sh
----------------------------------------------------------------------
diff --git a/q/quickstart.sh b/q/quickstart.sh
index a21bb08..972400a 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.3							\
+  -DarchetypeVersion=1.1.3							\
   -DgroupId=org.myorg.quickstart					\
   -DartifactId=$PACKAGE								\
   -Dversion=0.1										\

http://git-wip-us.apache.org/repos/asf/flink-web/blob/cd759ce9/q/sbt-quickstart.sh
----------------------------------------------------------------------
diff --git a/q/sbt-quickstart.sh b/q/sbt-quickstart.sh
index f3b2261..78abcb8 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.1.0"
+defaultFlinkVersion="1.1.3"
 
 echo "This script creates a Flink project using Scala and SBT."