Repository: flink Updated Branches: refs/heads/master ff9cefb36 -> 85b2f2706
[FLINK-7414] Pin scala quickstart to 2.11 Pinning it to the latest version means the order in which we deploy to maven doesn't matter anymore. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/85b2f270 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/85b2f270 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/85b2f270 Branch: refs/heads/master Commit: 85b2f27067ce2fe5b16b3126c816b27e916477d8 Parents: ff9cefb Author: Aljoscha Krettek <[email protected]> Authored: Fri Oct 13 14:30:47 2017 +0200 Committer: Aljoscha Krettek <[email protected]> Committed: Fri Oct 13 14:30:47 2017 +0200 ---------------------------------------------------------------------- .../src/main/resources/archetype-resources/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/85b2f270/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml ---------------------------------------------------------------------- diff --git a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml index 42d7cdb..9ca72b8 100644 --- a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml +++ b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml @@ -48,7 +48,7 @@ under the License. <flink.version>@project.version@</flink.version> <slf4j.version>@slf4j.version@</slf4j.version> <log4j.version>@log4j.version@</log4j.version> - <scala.binary.version>@scala.binary.version@</scala.binary.version> + <scala.binary.version>2.11</scala.binary.version> </properties> <!--
