You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mx...@apache.org on 2015/06/24 10:52:28 UTC

flink-web git commit: update website for 0.9.0 release

Repository: flink-web
Updated Branches:
  refs/heads/asf-site e1621efd0 -> 85c40e642


update website for 0.9.0 release


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

Branch: refs/heads/asf-site
Commit: 85c40e642457b7aa68fc48bd16d9f4581a041cef
Parents: e1621ef
Author: Maximilian Michels <mx...@apache.org>
Authored: Wed Jun 24 10:51:49 2015 +0200
Committer: Maximilian Michels <mx...@apache.org>
Committed: Wed Jun 24 10:51:49 2015 +0200

----------------------------------------------------------------------
 _config.yml | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/85c40e64/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index 8ef084f..f2606fa 100644
--- a/_config.yml
+++ b/_config.yml
@@ -9,35 +9,35 @@ url: http://flink.apache.org
 
 DOCS_BASE_URL: http://ci.apache.org/projects/flink/
 
-FLINK_VERSION_STABLE: 0.8.1
-FLINK_VERSION_HADOOP_1_STABLE: 0.8.1-hadoop1
-FLINK_VERSION_HADOOP_2_STABLE: 0.8.1
-FLINK_VERSION_STABLE_SHORT: 0.8.1
+FLINK_VERSION_STABLE: 0.9.0
+FLINK_VERSION_HADOOP_1_STABLE: 0.9.0-hadoop1
+FLINK_VERSION_HADOOP_2_STABLE: 0.9.0
+FLINK_VERSION_STABLE_SHORT: 0.9.0
 
-FLINK_VERSION_LATEST: 0.9-SNAPSHOT
-FLINK_VERSION_HADOOP_1_LATEST: 0.9-SNAPSHOT-hadoop1
-FLINK_VERSION_HADOOP_2_LATEST: 0.9-SNAPSHOT
-FLINK_VERSION_LATEST_SHORT: 0.9
+FLINK_VERSION_LATEST: 0.10-SNAPSHOT
+FLINK_VERSION_HADOOP_1_LATEST: 0.10-SNAPSHOT-hadoop1
+FLINK_VERSION_HADOOP_2_LATEST: 0.10-SNAPSHOT
+FLINK_VERSION_LATEST_SHORT: 0.10
 
 FLINK_ISSUES_URL: https://issues.apache.org/jira/browse/FLINK
 FLINK_GITHUB_URL: https://github.com/apache/flink
 FLINK_GITHUB_CONTRIBUTORS_URL: https://github.com/apache/flink/graphs/contributors
 FLINK_GITHUB_REPO_NAME: flink
 
-FLINK_DOWNLOAD_URL_SOURCE: http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-src.tgz
-FLINK_DOWNLOAD_URL_HADOOP_1_STABLE: http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-bin-hadoop1.tgz
-FLINK_DOWNLOAD_URL_HADOOP_2_STABLE: http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-bin-hadoop2.tgz
-FLINK_DOWNLOAD_URL_YARN_STABLE: http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-bin-hadoop2-yarn.tgz
+FLINK_DOWNLOAD_URL_SOURCE: http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.0/flink-0.9.0-src.tgz
+FLINK_DOWNLOAD_URL_HADOOP_1_STABLE: http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.0/flink-0.9.0-bin-hadoop1.tgz
+FLINK_DOWNLOAD_URL_HADOOP_2_STABLE: http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.0/flink-0.9.0-bin-hadoop2.tgz
+FLINK_DOWNLOAD_URL_YARN_STABLE: http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.0/flink-0.9.0-bin-hadoop2-yarn.tgz
 
-FLINK_DOWNLOAD_URL_HADOOP_1_LATEST: http://stratosphere-bin.s3-website-us-east-1.amazonaws.com/flink-0.9-SNAPSHOT-bin-hadoop1.tgz
-FLINK_DOWNLOAD_URL_HADOOP_2_LATEST: http://stratosphere-bin.s3-website-us-east-1.amazonaws.com/flink-0.9-SNAPSHOT-bin-hadoop2.tgz
+FLINK_DOWNLOAD_URL_HADOOP_1_LATEST: http://stratosphere-bin.s3-website-us-east-1.amazonaws.com/flink-0.10-SNAPSHOT-bin-hadoop1.tgz
+FLINK_DOWNLOAD_URL_HADOOP_2_LATEST: http://stratosphere-bin.s3-website-us-east-1.amazonaws.com/flink-0.10-SNAPSHOT-bin-hadoop2.tgz
 
 # Version numbers used in the text for stable and snapshot versions,
 # e.g. "Documentation for {{ site.stable }".
-stable: "0.8.1"
-snapshot: "0.9"
+stable: "0.9.0"
+snapshot: "0.10"
 
-docs-stable: "http://ci.apache.org/projects/flink/flink-docs-release-0.8"
+docs-stable: "http://ci.apache.org/projects/flink/flink-docs-release-0.9"
 docs-snapshot: "http://ci.apache.org/projects/flink/flink-docs-master"
 
 # Used by the gh_link plugin