You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2018/05/25 16:57:18 UTC

flink git commit: [hotfix] Mark Flink 1.5.0 as stable

Repository: flink
Updated Branches:
  refs/heads/release-1.5 e185691f4 -> ff362edc4


[hotfix] Mark Flink 1.5.0 as stable


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

Branch: refs/heads/release-1.5
Commit: ff362edc4431b769f19ee14d9bbf3fd42eec007e
Parents: e185691
Author: Till Rohrmann <tr...@apache.org>
Authored: Fri May 25 18:57:05 2018 +0200
Committer: Till Rohrmann <tr...@apache.org>
Committed: Fri May 25 18:57:05 2018 +0200

----------------------------------------------------------------------
 docs/_config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/ff362edc/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index edbf407..48d3c0e 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -48,7 +48,7 @@ download_url: "http://flink.apache.org/downloads.html"
 baseurl: //ci.apache.org/projects/flink/flink-docs-master
 
 # Flag whether this is a stable version or not. Used for the quickstart page.
-is_stable: false
+is_stable: true
 
 # Flag to indicate whether an outdated warning should be shown.
 show_outdated_warning: false