update pom
This commit is contained in:
@@ -16,7 +16,7 @@ mvn versions:display-dependency-updates
|
||||
mvn versions:update-properties
|
||||
|
||||
# 3. 更新项目自身版本号(比如发布正式版)
|
||||
mvn versions:set -DnewVersion=1.3.0.RELEASE
|
||||
mvn versions:set -DnewVersion=1.0.0.RELEASE
|
||||
|
||||
# 4. 检查 pom.xml 是否正确
|
||||
|
||||
|
||||
5
pom.xml
5
pom.xml
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>com.arrokoth.framework.boot</groupId>
|
||||
<artifactId>arrokoth-framework-springboot-dependencies</artifactId>
|
||||
<version>1.3.0.RELEASE</version>
|
||||
<version>1.0.0.RELEASE</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
@@ -19,6 +19,7 @@
|
||||
<!-- Framework Versions -->
|
||||
<spring-cloud.version>2025.1.0-M1</spring-cloud.version>
|
||||
<spring-boot.version>4.0.0-M1</spring-boot.version>
|
||||
|
||||
<mybatis.plus.version>3.5.12</mybatis.plus.version>
|
||||
<pagehelper.boot.version>2.1.1</pagehelper.boot.version>
|
||||
|
||||
@@ -44,7 +45,7 @@
|
||||
<caffeine.version>3.2.2</caffeine.version>
|
||||
<tika.version>3.2.1</tika.version>
|
||||
<!-- Project Version -->
|
||||
<arrokoth.version>1.3.0.RELEASE</arrokoth.version>
|
||||
<arrokoth.version>1.0.0.RELEASE</arrokoth.version>
|
||||
</properties>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user