aboutsummaryrefslogtreecommitdiff
path: root/bigtop.bom
diff options
context:
space:
mode:
authorJonathan Kelly <jonathak@amazon.com>2016-06-27 11:17:48 -0700
committerAmir Sanjar <amir.sanjar@canonical.com>2016-11-20 08:38:11 -0600
commit6b0adb5e260ad5bee25f209ad05b5ec0f28004cd (patch)
tree8c69e56d42e26dd53d7f4f87c3e00fc43200b9e0 /bigtop.bom
parentcdf31c2094656b833be7a96e928aaf45235ba109 (diff)
BIGTOP-2514. Upgrade to Zeppelin 0.6.2
This also includes the following changes: * Change do-component-build to replace Maven dependency version properties directly in the pom.xml files like we do for several other applications. * Remove all references to Zeppelin being an Apache Incubating project now that Apache Zeppelin has graduated to a top-level project. Signed-off-by: Amir Sanjar <amir.sanjar@canonical.com>
Diffstat (limited to 'bigtop.bom')
-rw-r--r--bigtop.bom8
1 files changed, 4 insertions, 4 deletions
diff --git a/bigtop.bom b/bigtop.bom
index 3a5b1c57..ecef0207 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -421,11 +421,11 @@ bigtop {
}
'zeppelin' {
name = 'zeppelin'
- relNotes = 'Apache Zeppelin (incubating)'
- version { base = '0.5.6'; pkg = base; release = 1 }
- tarball { source = "$name-${version.base}-incubating.tgz"
+ relNotes = 'Apache Zeppelin'
+ version { base = '0.6.2'; pkg = base; release = 1 }
+ tarball { source = "$name-${version.base}.tgz"
destination = "$name-${version.base}.tar.gz" }
- url { download_path = "/incubator/$name/${version.base}-incubating/"
+ url { download_path = "/$name/$name-${version.base}/"
site = "${apache.APACHE_MIRROR}/${download_path}"
archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
}