You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by rv...@apache.org on 2017/03/13 20:37:39 UTC

bigtop git commit: BIGTOP-2670. Bump up Apache Apex version to 3.5.0

Repository: bigtop
Updated Branches:
  refs/heads/master 22ca807de -> bbf53b727


BIGTOP-2670. Bump up Apache Apex version to 3.5.0

Upgrading Apex to 3.5.0

Closes #180


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/bbf53b72
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/bbf53b72
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/bbf53b72

Branch: refs/heads/master
Commit: bbf53b7271418165291eeb8d31019882d734d875
Parents: 22ca807
Author: chinmaykolhatkar <ch...@apache.org>
Authored: Fri Feb 24 12:35:53 2017 +0530
Committer: Roman Shaposhnik <rv...@apache.org>
Committed: Mon Mar 13 12:35:15 2017 -0700

----------------------------------------------------------------------
 bigtop-packages/src/rpm/apex/SPECS/apex.spec | 2 +-
 bigtop.bom                                   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/bbf53b72/bigtop-packages/src/rpm/apex/SPECS/apex.spec
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/rpm/apex/SPECS/apex.spec b/bigtop-packages/src/rpm/apex/SPECS/apex.spec
index 65cd9bb..210f2e9 100644
--- a/bigtop-packages/src/rpm/apex/SPECS/apex.spec
+++ b/bigtop-packages/src/rpm/apex/SPECS/apex.spec
@@ -57,7 +57,7 @@ Apache Apex includes following key features:
  * Hadoop-native YARN & HDFS implementation
 
 %prep
-%setup -n %{name}-%{apex_base_version}
+%setup -n apache-%{name}-core-%{apex_base_version}
 
 %build
 env APEX_VERSION=%{apex_base_version} bash %{SOURCE1}

http://git-wip-us.apache.org/repos/asf/bigtop/blob/bbf53b72/bigtop.bom
----------------------------------------------------------------------
diff --git a/bigtop.bom b/bigtop.bom
index 1874d19..28b54f2 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -443,10 +443,10 @@ bigtop {
     'apex' {
       name    = 'apex'
       relNotes = 'Apache Apex'
-      version { base = '3.4.0'; pkg = base; release = 1 }
-      tarball { source      = "$name-${version.base}-source-release.tar.gz"
+      version { base = '3.5.0'; pkg = base; release = 1 }
+      tarball { source      = "apache-$name-core-${version.base}-source-release.tar.gz"
                 destination = "$name-${version.base}.tar.gz" }
-      url     { download_path = "/incubator/$name/v${version.base}/"
+      url     { download_path = "/$name/apache-$name-core-${version.base}/"
                 site = "${apache.APACHE_MIRROR}/${download_path}"
                 archive = "${apache.APACHE_ARCHIVE}/${download_path}" }
     }