Ver Fonte

AMBARI-522. Fix version of the server rpm. (Contributed by Mahadev)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/ambari-186@1347372 13f79535-47bb-0310-9956-ffa450edef68
Vikram Dixit K há 13 anos atrás
pai
commit
bbe7721924
3 ficheiros alterados com 4 adições e 2 exclusões
  1. 2 0
      CHANGES.txt
  2. 1 1
      hmc/package/rpm/SPECS/hmc.spec
  3. 1 1
      hmc/package/rpm/create_hmc_rpm.sh

+ 2 - 0
CHANGES.txt

@@ -6,6 +6,8 @@ characters wide.
 
 Release 0.1.x - unreleased
 
+  AMBARI-522. Fix version of the server rpm. (Mahadev via Vikram)
+
   AMBARI-521. Lzo Install with RPM's. (Ramya via Vikram)
 
   AMBARI-520. Disable all debug console logging on the browser (Yusaku via Vikram)

+ 1 - 1
hmc/package/rpm/SPECS/hmc.spec

@@ -24,7 +24,7 @@
 
 Summary: HMC
 Name: hmc
-Version: 0.7.0
+Version: 1.0.0
 URL: http://hortonworks.com
 Release: 1%{?dist}
 License: Apache License, Version 2.0

+ 1 - 1
hmc/package/rpm/create_hmc_rpm.sh

@@ -27,7 +27,7 @@ if [[ -z "${BUILD_DIR}" ]]; then
 fi
 
 if [[ -z "${VERSION}" ]]; then
-  VERSION="0.7.0"
+  VERSION="1.0.0"
 fi
 
 if [[ -z "${RELEASE}" ]]; then