This is an automated email from the ASF dual-hosted git repository. wuzhiguo pushed a commit to branch branch-2.8 in repository https://gitbox.apache.org/repos/asf/ambari.git
commit 37cbfd1b1160a8a850fed233190490bf422f65d7 Author: Zhiguo Wu <wuzhi...@apache.org> 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 +- ambari-serviceadvisor/pom.xml | 2 +- pom.xml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 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 91eb35c301..277a3f73b9 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/ambari-serviceadvisor/pom.xml b/ambari-serviceadvisor/pom.xml index 1e13566fec..e860d0a2f9 100644 --- a/ambari-serviceadvisor/pom.xml +++ b/ambari-serviceadvisor/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.ambari</groupId> <artifactId>ambari-serviceadvisor</artifactId> <name>Ambari Service Advisor</name> - <version>1.0.0.0-SNAPSHOT</version> + <version>2.8.0.0.0</version> <description>Service Advisor</description> <properties> <jdk.version>1.8</jdk.version> diff --git a/pom.xml b/pom.xml index cad72176fd..14eda4102f 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 9fa4856c37..41b684fa85 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: commits-unsubscr...@ambari.apache.org For additional commands, e-mail: commits-h...@ambari.apache.org