You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2016/06/28 13:49:38 UTC

flink-web git commit: Update sbt-quickstart.sh script to Flink version 1.1.0

Repository: flink-web
Updated Branches:
  refs/heads/asf-site 7e1269c37 -> 17e87da88


Update sbt-quickstart.sh script to Flink version 1.1.0


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

Branch: refs/heads/asf-site
Commit: 17e87da88f573d9ff5afb4cee70b7ae9a0831b53
Parents: 7e1269c
Author: Till Rohrmann <tr...@apache.org>
Authored: Tue Jun 28 15:49:13 2016 +0200
Committer: Till Rohrmann <tr...@apache.org>
Committed: Tue Jun 28 15:49:13 2016 +0200

----------------------------------------------------------------------
 q/sbt-quickstart.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/17e87da8/q/sbt-quickstart.sh
----------------------------------------------------------------------
diff --git a/q/sbt-quickstart.sh b/q/sbt-quickstart.sh
index 38f1ba5..e2040cb 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.3"
+defaultFlinkVersion="1.1.0"
 
 echo "This script creates a Flink project using Scala and SBT."