This is an automated email from the ASF dual-hosted git repository.
liuhaopeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/bigtop-manager.git
The following commit(s) were added to refs/heads/main by this push:
new c98c559a BIGTOP-4129: Bump version to 1.1.0-SNAPSHOT (#211)
c98c559a is described below
commit c98c559a135147f2a1a8de281ff28cd516a5508a
Author: Zhiguo Wu <[email protected]>
AuthorDate: Wed Apr 16 15:52:32 2025 +0800
BIGTOP-4129: Bump version to 1.1.0-SNAPSHOT (#211)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5e156506..ea20a708 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
</modules>
<properties>
- <revision>0.0.1-SNAPSHOT</revision>
+ <revision>1.1.0-SNAPSHOT</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
<maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>