You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2015/09/01 04:06:07 UTC

[2/2] bigtop git commit: BIGTOP-1997. Bump bigtop-groovy runtime to 2.4.4

BIGTOP-1997. Bump bigtop-groovy runtime to 2.4.4


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/2877a207
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/2877a207
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/2877a207

Branch: refs/heads/master
Commit: 2877a207623160a63a13b3ba63d46a6a0ce04116
Parents: cadef01
Author: Konstantin Boudnik <co...@apache.org>
Authored: Mon Aug 31 15:43:19 2015 -0700
Committer: Konstantin Boudnik <co...@apache.org>
Committed: Mon Aug 31 19:05:16 2015 -0700

----------------------------------------------------------------------
 bigtop.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/2877a207/bigtop.mk
----------------------------------------------------------------------
diff --git a/bigtop.mk b/bigtop.mk
index 4c5c8f1..0549376 100644
--- a/bigtop.mk
+++ b/bigtop.mk
@@ -291,11 +291,11 @@ $(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.3.8
-BIGTOP_GROOVY_PKG_VERSION=2.3.8
+BIGTOP_GROOVY_BASE_VERSION=2.4.4
+BIGTOP_GROOVY_PKG_VERSION=$(BIGTOP_GROOVY_BASE_VERSION)
 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_TARBALL_SRC=apache-groovy-binary-$(BIGTOP_GROOVY_BASE_VERSION).zip
 BIGTOP_GROOVY_SITE=http://dl.bintray.com/groovy/maven/
 BIGTOP_GROOVY_ARCHIVE=$(BIGTOP_GROOVY_SITE)
 $(eval $(call PACKAGE,bigtop-groovy,BIGTOP_GROOVY))