You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2023/03/30 07:06:29 UTC

[ambari] branch branch-2.8 created (now 37cbfd1b11)

This is an automated email from the ASF dual-hosted git repository.

wuzhiguo pushed a change to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/ambari.git


      at 37cbfd1b11 AMBARI-25916: Prepare Release 2.8.0

This branch includes the following new commits:

     new 37cbfd1b11 AMBARI-25916: Prepare Release 2.8.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org


[ambari] 01/01: AMBARI-25916: Prepare Release 2.8.0

Posted by wu...@apache.org.
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 <wu...@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-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org