You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by al...@apache.org on 2014/09/26 11:31:01 UTC

git commit: [doc] Fix missing Scala Version in index.md

Repository: incubator-flink
Updated Branches:
  refs/heads/master 3c25a97a1 -> e601a0d92


[doc] Fix missing Scala Version in index.md


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

Branch: refs/heads/master
Commit: e601a0d921b4c8dc2dc263e245b463f6d09163c5
Parents: 3c25a97
Author: Aljoscha Krettek <al...@gmail.com>
Authored: Fri Sep 26 11:30:11 2014 +0200
Committer: Aljoscha Krettek <al...@gmail.com>
Committed: Fri Sep 26 11:30:11 2014 +0200

----------------------------------------------------------------------
 docs/_config.yml | 8 ++++----
 docs/index.md    | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/e601a0d9/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index 8a5690e..cd47740 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -5,11 +5,11 @@
 #     {{ site.CONFIG_KEY }}
 #------------------------------------------------------------------------------
 
-FLINK_VERSION_STABLE: 0.7-incubating # this variable can point to a SNAPSHOT version in the git source.
-FLINK_VERSION_SHORT: 0.7
+FLINK_VERSION_STABLE: "0.7-incubating" # this variable can point to a SNAPSHOT version in the git source.
+FLINK_VERSION_SHORT: "0.7"
 FLINK_VERSION_HADOOP_2_STABLE: 0.7-hadoop2-incubating
-FLINK_SCALA_VERSION: 2.10.4
-FLINK_SCALA_VERSION_SHORT: 2.10
+FLINK_SCALA_VERSION: "2.10.4"
+FLINK_SCALA_VERSION_SHORT: "2.10"
 FLINK_ISSUES_URL: https://issues.apache.org/jira/browse/FLINK
 FLINK_GITHUB_URL:  https://github.com/apache/incubator-flink
 

http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/e601a0d9/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index d8a34ce..2c3044c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -19,5 +19,5 @@ when picking a version, there are different versions depending on the Hadoop and
 HDFS version that you want to use with Flink. Please refer to [building](building.html) if you
 want to build Flink yourself from the source.
 
-In Version {{ site.FLINK_VERSION}} the Scala API uses {{ site.SCALA_VERSION_SHORT}}. Please make
+In Version {{ site.FLINK_VERSION_STABLE}} the Scala API uses Scala {{ site.FLINK_SCALA_VERSION_SHORT }}. Please make
 sure to use a compatible version.