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 2021/12/16 13:20:10 UTC

[flink] branch release-1.11 updated: Update for 1.11.6

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.11
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new 8efa0d1  Update for 1.11.6
8efa0d1 is described below

commit 8efa0d1e47068d02db78728c7b293052b3435a3a
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Thu Dec 16 14:19:27 2021 +0100

    Update for 1.11.6
---
 docs/_config.yml                     | 2 +-
 docs/dev/project-configuration.md    | 2 +-
 docs/dev/project-configuration.zh.md | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/_config.yml b/docs/_config.yml
index 6b1c118..12d7391 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -27,7 +27,7 @@
 # we change the version for the complete docs when forking of a release branch
 # etc.
 # The full version string as referenced in Maven (e.g. 1.2.1)
-version: "1.11.2"
+version: "1.11.6"
 # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
 # release this should be the same as the regular version
 version_title: "1.11"
diff --git a/docs/dev/project-configuration.md b/docs/dev/project-configuration.md
index 8d5c58a..902fbe5 100644
--- a/docs/dev/project-configuration.md
+++ b/docs/dev/project-configuration.md
@@ -305,7 +305,7 @@ ext {
     flinkVersion = '{{ site.version }}'
     scalaBinaryVersion = '{{ site.scala_version }}'
     slf4jVersion = '1.7.15'
-    log4jVersion = '2.12.1'
+    log4jVersion = '2.16.0'
 }
 
 
diff --git a/docs/dev/project-configuration.zh.md b/docs/dev/project-configuration.zh.md
index 8d5c58a..902fbe5 100644
--- a/docs/dev/project-configuration.zh.md
+++ b/docs/dev/project-configuration.zh.md
@@ -305,7 +305,7 @@ ext {
     flinkVersion = '{{ site.version }}'
     scalaBinaryVersion = '{{ site.scala_version }}'
     slf4jVersion = '1.7.15'
-    log4jVersion = '2.12.1'
+    log4jVersion = '2.16.0'
 }