Browse Source

AMBARI spec file change for release. Spec files changed to reflect the version of this release. (Contributed by vikram)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/branch-0.9@1356368 13f79535-47bb-0310-9956-ffa450edef68
Vikram Dixit K 13 years ago
parent
commit
4782932067

+ 3 - 1
CHANGES.txt

@@ -4,7 +4,9 @@ Note: Committers should be listed using their login and non-committers
 should be listed by their full name. Please keep the file to a max of 80
 characters wide.
 
-Release 1.0.0 - unreleased
+Release 0.9.0 - 07/02/2012
+
+  Spec files changed to reflect the version of this release. (vikram)
 
   AMBARI-588. Externalize the manager service name and point the Help link to a valid URL (yusaku via vikram)
 

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

@@ -24,7 +24,7 @@
 
 Summary: Ambari
 Name: ambari
-Version: 1.0.0
+Version: 0.9.0
 URL: http://incubator.apache.org/projects/ambari.html
 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="1.0.0"
+  VERSION="0.9.0"
 fi
 
 if [[ -z "${RELEASE}" ]]; then

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

@@ -24,7 +24,7 @@
 
 Summary: HMC without PHP/Ruby dependencies
 Name: hmc-nodep
-Version: 1.0.0
+Version: 0.9.0
 URL: http://hortonworks.com
 Release: 2%{?dist}
 License: Apache License, Version 2.0

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

@@ -24,7 +24,7 @@
 
 Summary: HMC for PHP 5.3
 Name: hmc-php53
-Version: 1.0.0
+Version: 0.9.0
 URL: http://incubator.apache.org/projects/ambari.html
 Release: 2%{?dist}
 License: Apache License, Version 2.0