This is an automated email from the ASF dual-hosted git repository. jialiang pushed a commit to branch branch-2.8-new in repository https://gitbox.apache.org/repos/asf/ambari.git
commit b9c9efc3f0852a0b89320e061f6c425a39c35ffb Author: Zhiguo Wu <[email protected]> AuthorDate: Wed Mar 29 01:36:55 2023 -0700 AMBARI-25916: Prepare Release 2.8.0 --- ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/repos/repoinfo.xml | 2 +- pom.xml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/repos/repoinfo.xml b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/repos/repoinfo.xml index 44e8740e97..c2881481bc 100644 --- a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/repos/repoinfo.xml +++ b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/repos/repoinfo.xml @@ -18,7 +18,7 @@ <reposinfo> <os family="redhat7"> <repo> - <baseurl>https://bigtop-snapshot.s3.amazonaws.com/centos-7/$basearch</baseurl> + <baseurl>http://your-repo/</baseurl> <repoid>BIGTOP-3.2.0</repoid> <reponame>bigtop</reponame> </repo> diff --git a/pom.xml b/pom.xml index ca5fccf017..f867644f27 100644 --- a/pom.xml +++ b/pom.xml @@ -79,7 +79,7 @@ <url>https://issues.apache.org/jira/browse/AMBARI</url> </issueManagement> <properties> - <revision>3.0.0.0-SNAPSHOT</revision> + <revision>2.8.0.0.0</revision> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <clover.license>${user.home}/clover.license</clover.license> <jdk.version>1.8</jdk.version> diff --git a/setup.py b/setup.py index 0d54ebea30..a53f840831 100755 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ def create_package_dir_map(): return package_dirs -__version__ = "3.0.0.0-SNAPSHOT" +__version__ = "2.8.0.0.0" def get_version(): """ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
