Repository: bigtop Updated Branches: refs/heads/master f40b6f0cb -> 53c5ef7cc
BIGTOP-2690: gradlew toolchain fails trying to download Ant 1.9.8 Signed-off-by: Jonathan Kelly <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/53c5ef7c Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/53c5ef7c Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/53c5ef7c Branch: refs/heads/master Commit: 53c5ef7ccc3fe5494050a0c2bc98f1620ec6538f Parents: f40b6f0 Author: Felix Cheung <[email protected]> Authored: Thu Mar 2 02:34:22 2017 +0800 Committer: Jonathan Kelly <[email protected]> Committed: Wed Mar 1 10:47:48 2017 -0800 ---------------------------------------------------------------------- bigtop_toolchain/manifests/ant.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/53c5ef7c/bigtop_toolchain/manifests/ant.pp ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/manifests/ant.pp b/bigtop_toolchain/manifests/ant.pp index e7736e1..04b2e43 100644 --- a/bigtop_toolchain/manifests/ant.pp +++ b/bigtop_toolchain/manifests/ant.pp @@ -14,7 +14,7 @@ # limitations under the License. class bigtop_toolchain::ant { - $ant = 'apache-ant-1.9.8' + $ant = 'apache-ant-1.9.9' $apache_prefix = nearest_apache_mirror()
