Repository: bigtop Updated Branches: refs/heads/master f2a9b303b -> ba67e6492
BIGTOP-2214. Bump up ignite-hadoop version to the latest stable 1.5.0.final Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/ba67e649 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/ba67e649 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/ba67e649 Branch: refs/heads/master Commit: ba67e64925845622db76e0d40d30f03f6ebecc0d Parents: f2a9b30 Author: Konstantin Boudnik <[email protected]> Authored: Mon Jan 4 13:34:36 2016 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Wed Jan 6 17:08:43 2016 -0800 ---------------------------------------------------------------------- bigtop.bom | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/ba67e649/bigtop.bom ---------------------------------------------------------------------- diff --git a/bigtop.bom b/bigtop.bom index cb644ab..e8c820b 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -131,10 +131,10 @@ bigtop { 'ignite-hadoop' { name = 'ignite-hadoop' relNotes = 'Apache Ignite in-memory data fabric' - version { base = '1.5.0.b1'; pkg = base; release = 1 } + version { base = '1.5.0.final'; pkg = base; release = 1 } tarball { destination = "${name}-${version.base}.tar.gz" - source = "apache-ignite-1.5.0-b1-src.zip" } - url { download_path = "/ignite/1.5.0-b1/" + 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}" } }
