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 12cb0ad BIGTOP-3164. Bump Kafka to 1.1.1 (#476)
12cb0ad is described below
commit 12cb0ad24edb29e8cdac8d571a0472814629a40f
Author: Evans Ye <[email protected]>
AuthorDate: Tue Mar 5 12:48:54 2019 +0800
BIGTOP-3164. Bump Kafka to 1.1.1 (#476)
---
bigtop.bom | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop.bom b/bigtop.bom
index 3e71ee7..bdbc611 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -372,7 +372,7 @@ bigtop {
'kafka' {
name = 'kafka'
relNotes = 'Apache Kafka'
- version { base = '0.10.2.2'; pkg = base; release = 1 }
+ version { base = '1.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}/"