aboutsummaryrefslogtreecommitdiff
path: root/bigtop.bom
diff options
context:
space:
mode:
authorYoungwoo Kim <ywkim@apache.org>2018-02-03 12:53:09 +0900
committerYoungwoo Kim <ywkim@apache.org>2018-02-03 12:53:09 +0900
commit943ea913de5ab7b6cbc4772d12e4347cd914950f (patch)
tree086c0110e92618af203985b8f845fac1cd8f1995 /bigtop.bom
parenteafac8e4aba13d69a5dcf16e7fd51670cb291744 (diff)
BIGTOP-2990: Upgrade Phoenix version to 4.13.1-HBase-1.3
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 1c129b19..1cf7f0a4 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -347,8 +347,8 @@ bigtop {
* to the base HBase version. Update as needed whenever changing the
* HBase version in the BOM.
*/
- phoenix.hbase ='HBase-1.1'
- version { base = "4.9.0-${phoenix.hbase}"; pkg = '4.9.0'; release = 1 }
+ phoenix.hbase ='HBase-1.3'
+ version { base = "4.13.1-${phoenix.hbase}"; pkg = '4.13.1'; release = 1 }
tarball { destination = "$name-${version.base}-src.tar.gz"
source = "apache-$name-${version.base}-src.tar.gz" }
url { download_path = "/$name/apache-$name-${version.base}/src"