Skip to content

Commit

Permalink
AMBARI-25916: Prepare Release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinw66 committed Mar 29, 2023
1 parent e9aa7ba commit 37cbfd1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion ambari-serviceadvisor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
"""
Expand Down

0 comments on commit 37cbfd1

Please sign in to comment.