You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ev...@apache.org on 2019/03/14 17:01:39 UTC

[bigtop] branch master updated: BIGTOP-3185. Bump Kafka to 2.1.1 (#493)

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

evansye pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new ca52568  BIGTOP-3185. Bump Kafka to 2.1.1 (#493)
ca52568 is described below

commit ca52568591010884687ac7616d09d97c63a89ebf
Author: Evans Ye <ev...@apache.org>
AuthorDate: Fri Mar 15 01:01:34 2019 +0800

    BIGTOP-3185. Bump Kafka to 2.1.1 (#493)
---
 bigtop.bom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop.bom b/bigtop.bom
index bdbc611..ff64d3d 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -372,7 +372,7 @@ bigtop {
     'kafka' {
       name    = 'kafka'
       relNotes = 'Apache Kafka'
-      version { base = '1.1.1'; pkg = base; release = 1 }
+      version { base = '2.1.1'; pkg = base; release = 1 }
       tarball { destination = "$name-${version.base}.tar.gz"
                 source      = "$name-${version.base}-src.tgz" }
       url     { download_path = "/$name/${version.base}/"