aboutsummaryrefslogtreecommitdiff
path: root/bigtop.bom
diff options
context:
space:
mode:
authorKonstantin Boudnik <cos@apache.org>2015-12-13 21:40:24 -0800
committerKonstantin Boudnik <cos@apache.org>2015-12-13 21:40:24 -0800
commitf4c07545db8a7f83031dd4b0c2850771340c56f4 (patch)
tree978d667cfbfa7d40ce75c9dd42c7bfa60a306335 /bigtop.bom
parenta179150e485b4013deaa279f8850eeac15c9156b (diff)
BIGTOP-2176. Package version of ignite-hadoop has illegal "-" character
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 508d351f..d1b8cfca 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -130,10 +130,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.b1'; pkg = base; release = 1 }
tarball { destination = "${name}-${version.base}.tar.gz"
- source = "apache-ignite-${version.base}-src.zip" }
- url { download_path = "/ignite/${version.base}/"
+ source = "apache-ignite-1.5.0-b1-src.zip" }
+ url { download_path = "/ignite/1.5.0-b1/"
site = "${apache.APACHE_MIRROR}/${download_path}"
archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
}