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/01/30 11:21:17 UTC

[bigtop] branch master updated: BIGTOP-3479. Bump Tez to 0.10.0. (#717)

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

iwasakims 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 4a0580c  BIGTOP-3479. Bump Tez to 0.10.0. (#717)
4a0580c is described below

commit 4a0580c25e790653a37dbb645973f58a1a33938e
Author: Kengo Seki <se...@apache.org>
AuthorDate: Sat Jan 30 20:21:10 2021 +0900

    BIGTOP-3479. Bump Tez to 0.10.0. (#717)
---
 bigtop.bom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop.bom b/bigtop.bom
index 66096d9..fba0a69 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -190,7 +190,7 @@ bigtop {
     'tez' {
       name    = 'tez'
       relNotes = 'Apache TEZ'
-      version { base = '0.9.2'; pkg = base; release = 1 }
+      version { base = '0.10.0'; pkg = base; release = 1 }
       tarball { destination = "apache-${name}-${version.base}-src.tar.gz"
                 source      = destination }
       url     { download_path = "/$name/${version.base}/"