aboutsummaryrefslogtreecommitdiff
path: root/bigtop.mk
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@apache.org>2014-12-18 17:19:59 -0800
committerKonstantin Boudnik <cos@apache.org>2014-12-18 17:19:59 -0800
commit26eb29c98c90e899fc7aa5a6615894f0389846a8 (patch)
treec2e752c451272cfff0c07965dc7d0d6ae8a7a418 /bigtop.mk
parent648fed29cfd44e4b4bb67b8ee60bbbfadbb8f9f9 (diff)
BIGTOP-1301. Groovy 2.3.0 is out! Let's bundle it into the stack
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 5902be1d..235ce36f 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -275,12 +275,12 @@ $(eval $(call PACKAGE,phoenix,PHOENIX))
BIGTOP_GROOVY_NAME=bigtop-groovy
BIGTOP_GROOVY_RELNOTES_NAME=Grovvy: a dynamic language for the Java platform
BIGTOP_GROOVY_PKG_NAME=bigtop-groovy
-BIGTOP_GROOVY_BASE_VERSION=2.2.1
-BIGTOP_GROOVY_PKG_VERSION=2.2.1
+BIGTOP_GROOVY_BASE_VERSION=2.3.8
+BIGTOP_GROOVY_PKG_VERSION=2.3.8
BIGTOP_GROOVY_RELEASE_VERSION=1
BIGTOP_GROOVY_TARBALL_DST=$(BIGTOP_GROOVY_NAME)-$(BIGTOP_GROOVY_BASE_VERSION).tar.gz
BIGTOP_GROOVY_TARBALL_SRC=groovy-binary-$(BIGTOP_GROOVY_BASE_VERSION).zip
-BIGTOP_GROOVY_SITE=http://dist.groovy.codehaus.org/distributions/
+BIGTOP_GROOVY_SITE=http://dl.bintray.com/groovy/maven/
BIGTOP_GROOVY_ARCHIVE=$(BIGTOP_GROOVY_SITE)
$(eval $(call PACKAGE,bigtop-groovy,BIGTOP_GROOVY))