Repository: flink
Updated Branches:
  refs/heads/release-0.10 11bfe6f3e -> 9f80376a3


[docs] Update Flink version to 0.10.2


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

Branch: refs/heads/release-0.10
Commit: 9f80376a32990458ccd4ab9540fd4bcae12f0f7d
Parents: 11bfe6f
Author: Ufuk Celebi <[email protected]>
Authored: Thu Feb 11 17:41:28 2016 +0100
Committer: Ufuk Celebi <[email protected]>
Committed: Thu Feb 11 17:41:28 2016 +0100

----------------------------------------------------------------------
 docs/_config.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/9f80376a/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index ae79b41..ef2b9be 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -27,9 +27,9 @@
 # to reference a specific Flink version, because this is the only place where
 # we change the version for the complete docs when forking of a release branch
 # etc.
-version: "0.10.1"
-version_hadoop1: "0.10.1-hadoop1"
-version_short: "0.10.1" # Used for the top navbar w/o snapshot suffix
+version: "0.10.2"
+version_hadoop1: "0.10.2-hadoop1"
+version_short: "0.10.2" # Used for the top navbar w/o snapshot suffix
 
 # Some commonly linked pages (this was more important to have as a variable
 # during incubator; by now it should also be fine to hardcode these.)
@@ -39,8 +39,8 @@ github_url: "https://github.com/apache/flink";
 download_url: "http://flink.apache.org/downloads.html";
 
 # Setup quickstart uses this => to be changed
-FLINK_DOWNLOAD_URL_HADOOP1_STABLE: 
"http://www.apache.org/dyn/closer.cgi/flink/flink-0.10.1/flink-0.10.1-bin-hadoop1-scala_2.10.tgz";
-FLINK_DOWNLOAD_URL_HADOOP2_STABLE: 
"http://www.apache.org/dyn/closer.cgi/flink/flink-0.10.1/flink-0.10.1-bin-hadoop2-scala_2.10.tgz";
+FLINK_DOWNLOAD_URL_HADOOP1_STABLE: 
"http://www.apache.org/dyn/closer.cgi/flink/flink-0.10.2/flink-0.10.2-bin-hadoop1-scala_2.10.tgz";
+FLINK_DOWNLOAD_URL_HADOOP2_STABLE: 
"http://www.apache.org/dyn/closer.cgi/flink/flink-0.10.2/flink-0.10.2-bin-hadoop2-scala_2.10.tgz";
 
 #------------------------------------------------------------------------------
 # BUILD CONFIG

Reply via email to