You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by jo...@apache.org on 2017/03/01 18:48:23 UTC

bigtop git commit: BIGTOP-2690: gradlew toolchain fails trying to download Ant 1.9.8

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 <jo...@amazon.com>


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 <fe...@hotmail.com>
Authored: Thu Mar 2 02:34:22 2017 +0800
Committer: Jonathan Kelly <jo...@amazon.com>
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()