Repository: bigtop Updated Branches: refs/heads/master 2a5a62e30 -> 0f2436b01
BIGTOP-2714. Update Groovy in the toolchain to 2.4.10 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/cfe15869 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/cfe15869 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/cfe15869 Branch: refs/heads/master Commit: cfe158694900a7be9076da69b1e02ab789b1f309 Parents: 2a5a62e Author: Konstantin Boudnik <[email protected]> Authored: Wed Mar 22 18:07:45 2017 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Wed Mar 22 18:07:45 2017 -0700 ---------------------------------------------------------------------- bigtop_toolchain/manifests/groovy.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/cfe15869/bigtop_toolchain/manifests/groovy.pp ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/manifests/groovy.pp b/bigtop_toolchain/manifests/groovy.pp index f50886a..dd55d47 100644 --- a/bigtop_toolchain/manifests/groovy.pp +++ b/bigtop_toolchain/manifests/groovy.pp @@ -15,7 +15,7 @@ class bigtop_toolchain::groovy { - $groovy_version = '2.4.4' + $groovy_version = '2.4.10' $groovy = "apache-groovy-binary-${groovy_version}" include bigtop_toolchain::packages
