Repository: bigtop Updated Branches: refs/heads/master 93fed9c30 -> 55561bbfe
BIGTOP-2658: Update ant to 1.9.8 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/55561bbf Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/55561bbf Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/55561bbf Branch: refs/heads/master Commit: 55561bbfef861806b518134f4f38b61351e5ec11 Parents: 93fed9c Author: Olaf Flebbe <[email protected]> Authored: Wed Jan 4 22:53:17 2017 +0100 Committer: Olaf Flebbe <[email protected]> Committed: Thu Jan 5 11:05:26 2017 +0100 ---------------------------------------------------------------------- bigtop_toolchain/manifests/ant.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/55561bbf/bigtop_toolchain/manifests/ant.pp ---------------------------------------------------------------------- diff --git a/bigtop_toolchain/manifests/ant.pp b/bigtop_toolchain/manifests/ant.pp index 58f0ca4..e7736e1 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.7' + $ant = 'apache-ant-1.9.8' $apache_prefix = nearest_apache_mirror()
