Repository: bigtop Updated Branches: refs/heads/master fb10ef775 -> 2a6fa3adf
BIGTOP-2059. Bump Ignite to 1.4 Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/2a6fa3ad Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/2a6fa3ad Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/2a6fa3ad Branch: refs/heads/master Commit: 2a6fa3adf64ad1c82e208d0279bc82e3c8344f77 Parents: fb10ef7 Author: Konstantin Boudnik <[email protected]> Authored: Wed Oct 7 12:50:41 2015 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Wed Oct 7 12:50:41 2015 -0700 ---------------------------------------------------------------------- bigtop.bom | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/2a6fa3ad/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index 04d5109..51209f5 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -129,10 +129,10 @@ bigtop { 'ignite-hadoop' { name = 'ignite-hadoop' relNotes = 'Apache Ignite in-memory data fabric' - version { base = '1.3.0'; pkg = base; release = 1 } + version { base = '1.4.0'; pkg = base; release = 1 } tarball { destination = "${name}-${version.base}.tar.gz" - source = "apache-ignite-${version.base}-incubating-src.zip" } - url { download_path = "/incubator/ignite/${version.base}/" + source = "apache-ignite-${version.base}-src.zip" } + url { download_path = "/ignite/${version.base}/" site = "${apache.APACHE_MIRROR}/${download_path}" archive = "${apache.APACHE_ARCHIVE}/${download_path}" } }
