aboutsummaryrefslogtreecommitdiff
path: root/bigtop.mk
diff options
context:
space:
mode:
authorYoungWoo Kim <ywkim@apache.org>2015-03-10 17:51:02 +0900
committerKonstantin Boudnik <cos@wandisco.com>2015-04-27 15:12:00 -0700
commite4ff5ff6e37a8897051d241620b2979b8106ec51 (patch)
treeb5e7ae4b83f67c2244919bc292dcf1d92f873a69 /bigtop.mk
parent32f55d776d8d67e26d4b36c0c024bcd21ba0d550 (diff)
BIGTOP-1741: Upgrade to Apache Phoenix 4.3.1
Signed-off-by: Konstantin Boudnik <cos@wandisco.com>
Diffstat (limited to 'bigtop.mk')
-rw-r--r--bigtop.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/bigtop.mk b/bigtop.mk
index 6071af04..b555504b 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -276,8 +276,8 @@ $(eval $(call PACKAGE,spark,SPARK))
PHOENIX_NAME=phoenix
PHOENIX_RELNOTES_NAME=Phoenix: A SQL skin over HBase
PHOENIX_PKG_NAME=phoenix
-PHOENIX_BASE_VERSION=4.2.2
-PHOENIX_PKG_VERSION=4.2.2
+PHOENIX_BASE_VERSION=4.3.1
+PHOENIX_PKG_VERSION=$(PHOENIX_BASE_VERSION)
PHOENIX_RELEASE_VERSION=1
PHOENIX_TARBALL_DST=phoenix-$(PHOENIX_BASE_VERSION)-src.tar.gz
PHOENIX_TARBALL_SRC=$(PHOENIX_TARBALL_DST)