Repository: flink-web Updated Branches: refs/heads/asf-site ccdf85ae5 -> 49439c679
Bump Flink version to 1.2.0 and snapshot version to 1.3-SNAPSHOT for 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/49439c67 Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/49439c67 Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/49439c67 Branch: refs/heads/asf-site Commit: 49439c6793c2c1c99703a898d0a1147776084497 Parents: ccdf85a Author: Till Rohrmann <[email protected]> Authored: Tue Jan 31 16:59:30 2017 +0100 Committer: Till Rohrmann <[email protected]> Committed: Tue Jan 31 16:59:30 2017 +0100 ---------------------------------------------------------------------- q/quickstart-scala-SNAPSHOT.sh | 2 +- q/quickstart-scala.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink-web/blob/49439c67/q/quickstart-scala-SNAPSHOT.sh ---------------------------------------------------------------------- diff --git a/q/quickstart-scala-SNAPSHOT.sh b/q/quickstart-scala-SNAPSHOT.sh index 9cfeb2e..95a6ac2 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.2-SNAPSHOT \ + -DarchetypeVersion=1.3-SNAPSHOT \ -DgroupId=org.myorg.quickstart \ -DartifactId=$PACKAGE \ -Dversion=0.1 \ http://git-wip-us.apache.org/repos/asf/flink-web/blob/49439c67/q/quickstart-scala.sh ---------------------------------------------------------------------- diff --git a/q/quickstart-scala.sh b/q/quickstart-scala.sh index 7dcbe34..a561efe 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.4 \ + -DarchetypeVersion=1.2.0 \ -DgroupId=org.myorg.quickstart \ -DartifactId=$PACKAGE \ -Dversion=0.1 \
