1 Commits

Author SHA1 Message Date
ce9f3edfbc build: 保持开发分支的版本号为 SNAPSHOT 2025-08-01 11:31:55 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>xyz.zhouxy.plusone</groupId> <groupId>xyz.zhouxy.plusone</groupId>
<artifactId>plusone-parent</artifactId> <artifactId>plusone-parent</artifactId>
<version>1.1.0-RC2</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>plusone-commons</artifactId> <artifactId>plusone-commons</artifactId>

View File

@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>xyz.zhouxy.plusone</groupId> <groupId>xyz.zhouxy.plusone</groupId>
<artifactId>plusone-parent</artifactId> <artifactId>plusone-parent</artifactId>
<version>1.1.0-RC2</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>plusone-dependencies</artifactId> <artifactId>plusone-dependencies</artifactId>

View File

@@ -6,7 +6,7 @@
<groupId>xyz.zhouxy.plusone</groupId> <groupId>xyz.zhouxy.plusone</groupId>
<artifactId>plusone-parent</artifactId> <artifactId>plusone-parent</artifactId>
<version>1.1.0-RC2</version> <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>