aboutsummaryrefslogtreecommitdiff
path: root/bigtop.bom
diff options
context:
space:
mode:
authorKengo Seki <sekikn@apache.org>2016-10-25 15:08:36 +0000
committerYoungwoo Kim <ywkim@apache.org>2016-11-01 11:54:08 +0900
commit702b02951f962a3c233fe3d28fa14c7ec478ad11 (patch)
treeb8f08a8e1164175005a43956f992ee02ce9a9877 /bigtop.bom
parent00611578db040e5c77a1412a2af28f898f30a894 (diff)
BIGTOP-2497: Upgrade Apache Phoenix to 4.8.1
Signed-off-by: Youngwoo Kim <ywkim@apache.org>
Diffstat (limited to 'bigtop.bom')
-rw-r--r--bigtop.bom6
1 files changed, 3 insertions, 3 deletions
diff --git a/bigtop.bom b/bigtop.bom
index 272ba5ec..ff0d7fd9 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -317,10 +317,10 @@ bigtop {
* HBase version in the BOM.
*/
phoenix.hbase ='HBase-1.1'
- version { base = "4.7.0-${phoenix.hbase}"; pkg = '4.7.0'; release = 1 }
+ version { base = "4.8.1-${phoenix.hbase}"; pkg = '4.8.1'; release = 1 }
tarball { destination = "$name-${version.base}-src.tar.gz"
- source = destination }
- url { download_path = "/$name/$name-${version.base}/src"
+ source = "apache-$name-${version.base}-src.tar.gz" }
+ url { download_path = "/$name/apache-$name-${version.base}/src"
site = "${apache.APACHE_MIRROR}/${download_path}"
archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
}