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:22:05 UTC

[flink] 02/02: Update for 1.12.7

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

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

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

    Update for 1.12.7
---
 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 9326fed..0d6ceb3 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.12.3"
+version: "1.12.7"
 # 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.12
diff --git a/docs/dev/project-configuration.md b/docs/dev/project-configuration.md
index 558f915..36d4610 100644
--- a/docs/dev/project-configuration.md
+++ b/docs/dev/project-configuration.md
@@ -326,7 +326,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 5633c3d..3f48dce 100644
--- a/docs/dev/project-configuration.zh.md
+++ b/docs/dev/project-configuration.zh.md
@@ -326,7 +326,7 @@ ext {
     flinkVersion = '{{ site.version }}'
     scalaBinaryVersion = '{{ site.scala_version }}'
     slf4jVersion = '1.7.15'
-    log4jVersion = '2.12.1'
+    log4jVersion = '2.16.0'
 }