This is an automated email from the ASF dual-hosted git repository.
weichiu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 7a9fee5fe0 AMBARI-26453: change to 3.1.0.0-SNAPSHOT (#3986)
7a9fee5fe0 is described below
commit 7a9fee5fe04ee356123a8cc699e87205846f2478
Author: rich7420 <[email protected]>
AuthorDate: Thu Apr 17 11:49:25 2025 +0800
AMBARI-26453: change to 3.1.0.0-SNAPSHOT (#3986)
---
pom.xml | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c2f5cb0389..17c19becc8 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>3.1.0.0-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<clover.license>${user.home}/clover.license</clover.license>
<jdk.version>17</jdk.version>
diff --git a/setup.py b/setup.py
index 99f3af5c45..452e098cd3 100755
--- a/setup.py
+++ b/setup.py
@@ -72,7 +72,7 @@ def create_package_dir_map():
return package_dirs
-__version__ = "3.0.0.0-SNAPSHOT"
+__version__ = "3.1.0.0-SNAPSHOT"
def get_version():
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]