Repository: flink
Updated Branches:
  refs/heads/release-1.0 4f6a92daa -> 2f3711b99


Update version and remove unused variables


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

Branch: refs/heads/release-1.0
Commit: db860e475bb4bce632d4c60753b5e2d466f500bf
Parents: 4f6a92d
Author: Ufuk Celebi <u...@apache.org>
Authored: Tue Mar 8 15:59:36 2016 +0100
Committer: Ufuk Celebi <u...@apache.org>
Committed: Tue Mar 8 15:59:36 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/flink/blob/db860e47/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index a665d56..86803c9 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -26,8 +26,7 @@
 # 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: "1.0-SNAPSHOT"
-version_hadoop1: "1.0-hadoop1-SNAPSHOT"
+version: "1.0.0"
 version_short: "1.0" # Used for the top navbar w/o snapshot suffix
 
 # This suffix is appended to the Scala-dependent Maven artifact names
@@ -41,9 +40,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.9.1/flink-0.9.1-bin-hadoop1.tgz";
-FLINK_DOWNLOAD_URL_HADOOP2_STABLE: 
"http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.1/flink-0.9.1-bin-hadoop2.tgz";
-FLINK_DOWNLOAD_URL_YARN_STABLE: 
"http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.1/flink-0.9.1-bin-hadoop2-yarn.tgz";
+FLINK_DOWNLOAD_URL_HADOOP1_STABLE: 
"http://www.apache.org/dyn/closer.cgi/flink/flink-1.0.0/flink-1.0.0-bin-hadoop1-scala_2.10.tgz";
+FLINK_DOWNLOAD_URL_HADOOP2_STABLE: 
"http://www.apache.org/dyn/closer.cgi/flink/flink-1.0.0/flink-1.0.0-bin-hadoop2-scala_2.10.tgz";
 
 #------------------------------------------------------------------------------
 # BUILD CONFIG
@@ -72,4 +70,4 @@ kramdown:
 host: 0.0.0.0
 
 # please use a protocol relative URL here
-baseurl: //ci.apache.org/projects/flink/flink-docs-master
+baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.0

Reply via email to