You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2018/05/28 08:09:47 UTC

flink git commit: [FLINK-9452][docs][addendum] Fix config for 1.5

Repository: flink
Updated Branches:
  refs/heads/release-1.5 36d86501e -> a8fd8062e


[FLINK-9452][docs][addendum] Fix config for 1.5


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

Branch: refs/heads/release-1.5
Commit: a8fd8062e92a006c50a58159f7f6fc4b3d07c334
Parents: 36d8650
Author: zentol <ch...@apache.org>
Authored: Mon May 28 10:09:35 2018 +0200
Committer: zentol <ch...@apache.org>
Committed: Mon May 28 10:09:35 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/flink/blob/a8fd8062/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index c4cb57f..9768de7 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -32,7 +32,7 @@ version: "1.5.0"
 # release this should be the same as the regular version
 version_title: "1.5"
 version_javadocs: "1.5"
-version_scaladocs: "1.5-SNAPSHOT"
+version_scaladocs: "1.5"
 
 # This suffix is appended to the Scala-dependent Maven artifact names
 scala_version_suffix: "_2.11"