aboutsummaryrefslogtreecommitdiff
path: root/bigtop.bom
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@apache.org>2016-01-04 13:34:36 -0800
committerKonstantin Boudnik <cos@apache.org>2016-01-06 17:08:43 -0800
commitba67e64925845622db76e0d40d30f03f6ebecc0d (patch)
tree84578e55942419b2f8ad6c81d8971021a5fd3b19 /bigtop.bom
parentf2a9b303b48bde626ff58e47b54e4a296c3aa847 (diff)
BIGTOP-2214. Bump up ignite-hadoop version to the latest stable 1.5.0.final
Diffstat (limited to 'bigtop.bom')
-rw-r--r--bigtop.bom6
1 files changed, 3 insertions, 3 deletions
diff --git a/bigtop.bom b/bigtop.bom
index cb644aba..e8c820bc 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}" }
}