aboutsummaryrefslogtreecommitdiff
path: root/bigtop.bom
diff options
context:
space:
mode:
authorYoungwoo Kim <ywkim@apache.org>2016-02-12 15:53:47 +0900
committerYoungwoo Kim <ywkim@apache.org>2016-02-16 15:49:36 +0900
commit88986ba13e8fffe177cbcd21a8d853acbad6abb8 (patch)
tree2a90acf52d37b35f709a773df0ffcbb32d2177c1 /bigtop.bom
parent22caf2ad8d253edf6da83bcdabda8038cbbdd5e8 (diff)
BIGTOP-2118. Update HBase to 0.98.17
Diffstat (limited to 'bigtop.bom')
-rw-r--r--bigtop.bom4
1 files changed, 2 insertions, 2 deletions
diff --git a/bigtop.bom b/bigtop.bom
index 8553b9d9..b6cd6d13 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -143,10 +143,10 @@ bigtop {
'hbase' {
name = 'hbase'
relNotes = 'Apache HBase'
- version { base = '0.98.12'; pkg = base; release = 1 }
+ version { base = '0.98.17'; pkg = base; release = 1 }
tarball { destination = "${name}-${version.base}.tar.gz"
source = "${name}-${version.base}-src.tar.gz" }
- url { download_path = "/$name/$name-${version.base}/"
+ url { download_path = "/$name/${version.base}/"
site = "${apache.APACHE_MIRROR}/${download_path}"
archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
}