This is an automated email from the ASF dual-hosted git repository.
wuzhiguo 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 8bdd34ca BIGTOP-4435: Bump version to 1.2.0-SNAPSHOT (#287)
8bdd34ca is described below
commit 8bdd34ca9ca32f3ad7de0c93d896b01249d08d89
Author: Zhiguo Wu <[email protected]>
AuthorDate: Thu Dec 4 16:25:30 2025 +0800
BIGTOP-4435: Bump version to 1.2.0-SNAPSHOT (#287)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b5f1f474..689864a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
</modules>
<properties>
- <revision>1.1.0-SNAPSHOT</revision>
+ <revision>1.2.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>