Repository: flink-web Updated Branches: refs/heads/asf-site 4d8a7e262 -> 91495ac00
Bump Flink version in quickstart scripts to 1.1.4 and 1.2-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/91495ac0 Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/91495ac0 Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/91495ac0 Branch: refs/heads/asf-site Commit: 91495ac00fb5a80edf95fba2424e3c62760b05d4 Parents: 4d8a7e2 Author: Till Rohrmann <[email protected]> Authored: Mon Jan 16 10:59:46 2017 +0100 Committer: Till Rohrmann <[email protected]> Committed: Mon Jan 16 11:00:55 2017 +0100 ---------------------------------------------------------------------- q/quickstart-scala.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink-web/blob/91495ac0/q/quickstart-scala.sh ---------------------------------------------------------------------- diff --git a/q/quickstart-scala.sh b/q/quickstart-scala.sh index 019c6e0..7dcbe34 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.1.3 \ + -DarchetypeVersion=1.1.4 \ -DgroupId=org.myorg.quickstart \ -DartifactId=$PACKAGE \ -Dversion=0.1 \
