aboutsummaryrefslogtreecommitdiff
path: root/bigtop.mk
diff options
context:
space:
mode:
authorAndrew Purtell <apurtell@apache.org>2014-09-07 19:08:12 -0700
committerAndrew Purtell <apurtell@apache.org>2014-09-07 19:40:10 -0700
commit8171a361a9c7052332039dbdd2e818a50a693385 (patch)
treeadff636d7598b9bf2ecf2dfad98f361bd83b96f8 /bigtop.mk
parent96e86e30cf732a41cf5d788b25708eefc5c0aa8f (diff)
BIGTOP-1420 Update Phoenix version to 4.1.0 in the BOM
Diffstat (limited to 'bigtop.mk')
-rw-r--r--bigtop.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/bigtop.mk b/bigtop.mk
index 16315972..85fe3372 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -248,12 +248,12 @@ $(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.0.0-incubating
-PHOENIX_PKG_VERSION=4.0.0
+PHOENIX_BASE_VERSION=4.1.0
+PHOENIX_PKG_VERSION=4.1.0
PHOENIX_RELEASE_VERSION=1
PHOENIX_TARBALL_DST=phoenix-$(PHOENIX_BASE_VERSION)-src.tar.gz
PHOENIX_TARBALL_SRC=$(PHOENIX_TARBALL_DST)
-PHOENIX_DOWNLOAD_PATH=/incubator/phoenix/phoenix-$(PHOENIX_BASE_VERSION)/src/
+PHOENIX_DOWNLOAD_PATH=/phoenix/phoenix-$(PHOENIX_BASE_VERSION)/src/
PHOENIX_SITE=$(APACHE_MIRROR)$(PHOENIX_DOWNLOAD_PATH)
PHOENIX_ARCHIVE=$(APACHE_ARCHIVE)$(PHOENIX_DOWNLOAD_PATH)
$(eval $(call PACKAGE,phoenix,PHOENIX))