You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by iw...@apache.org on 2021/12/20 03:26:59 UTC

[bigtop] branch branch-3.0 updated: BIGTOP-3616. Bump Flink to 1.11.6. (#842)

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

iwasakims pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 47f4438  BIGTOP-3616. Bump Flink to 1.11.6. (#842)
47f4438 is described below

commit 47f443833fb6dbdb7cc568b8104518f94816b28a
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Mon Dec 20 12:24:19 2021 +0900

    BIGTOP-3616. Bump Flink to 1.11.6. (#842)
    
    
    (cherry picked from commit 89f2698f7b86a1ff13d0786e2de8d0fc7449f069)
---
 bigtop.bom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop.bom b/bigtop.bom
index f637ce4..388d243 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -233,7 +233,7 @@ bigtop {
     'flink' {
       name    = 'flink'
       relNotes = 'Apache Flink'
-      version { base = '1.11.3'; pkg = base; release = 1 }
+      version { base = '1.11.6'; pkg = base; release = 1 }
       tarball { destination = "$name-${version.base}.tar.gz"
                 source      = "$name-${version.base}-src.tgz" }
       url     { download_path = "/$name/$name-${version.base}"