You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ju...@apache.org on 2018/03/05 05:53:11 UTC

bigtop git commit: BIGTOP-3003: Ant-1.9.9 tarball is removed from Apache mirrors

Repository: bigtop
Updated Branches:
  refs/heads/master 56d7077f4 -> c9cb18fbc


BIGTOP-3003: Ant-1.9.9 tarball is removed from Apache mirrors

As from 06-Feb, ant-1.9.10 is released and distributed
to Apache mirrors. Ant-1.9.9 is removed and can only
be found at Apache's archive. So bump ant to 1.9.10.

This closes #340

Change-Id: I8175684444b08a1607ee04589f5d252dac5588e2
Signed-off-by: Jun He <ju...@apache.org>


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

Branch: refs/heads/master
Commit: c9cb18fbc1befb944669f3577625803075b9e7fe
Parents: 56d7077
Author: Jun He <ju...@linaro.org>
Authored: Mon Feb 26 16:06:44 2018 +0800
Committer: Jun He <ju...@apache.org>
Committed: Mon Mar 5 13:52:04 2018 +0800

----------------------------------------------------------------------
 bigtop_toolchain/manifests/ant.pp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/c9cb18fb/bigtop_toolchain/manifests/ant.pp
----------------------------------------------------------------------
diff --git a/bigtop_toolchain/manifests/ant.pp b/bigtop_toolchain/manifests/ant.pp
index 04b2e43..12fc10c 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.9'
+  $ant =  'apache-ant-1.9.10'
 
   $apache_prefix = nearest_apache_mirror()