upgrade version
This commit is contained in:
14
README.md
14
README.md
@@ -4,20 +4,24 @@
|
|||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
|
||||||
|
|
||||||
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# 1. 查看哪些依赖可以升级
|
||||||
mvn versions:display-dependency-updates
|
mvn versions:display-dependency-updates
|
||||||
|
|
||||||
|
# 2. 自动更新 properties 中的版本(如 spring.version)
|
||||||
mvn versions:update-properties
|
mvn versions:update-properties
|
||||||
|
|
||||||
mvn versions:set -DnewVersion=1.0.0-RELEASE
|
# 3. 更新项目自身版本号(比如发布正式版)
|
||||||
|
mvn versions:set -DnewVersion=1.2.0.RELEASE
|
||||||
|
|
||||||
|
# 4. 检查 pom.xml 是否正确
|
||||||
|
|
||||||
|
# 5. 确认无误后,提交更改(删除备份)
|
||||||
|
mvn versions:commit
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
10
pom.xml
10
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>com.arrokoth.framework.boot</groupId>
|
<groupId>com.arrokoth.framework.boot</groupId>
|
||||||
<artifactId>arrokoth-framework-springboot-dependencies</artifactId>
|
<artifactId>arrokoth-framework-springboot-dependencies</artifactId>
|
||||||
<version>1.1.0.RELEASE</version>
|
<version>1.2.0.RELEASE</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
@@ -17,8 +17,8 @@
|
|||||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||||
|
|
||||||
<!-- Framework Versions -->
|
<!-- Framework Versions -->
|
||||||
<spring-cloud.version>2025.0.0</spring-cloud.version>
|
<spring-cloud.version>2025.1.0-M1</spring-cloud.version>
|
||||||
<spring-boot.version>3.5.3</spring-boot.version>
|
<spring-boot.version>4.0.0-M1</spring-boot.version>
|
||||||
<mybatis.plus.version>3.5.12</mybatis.plus.version>
|
<mybatis.plus.version>3.5.12</mybatis.plus.version>
|
||||||
<pagehelper.boot.version>2.1.1</pagehelper.boot.version>
|
<pagehelper.boot.version>2.1.1</pagehelper.boot.version>
|
||||||
|
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
<slf4j.version>2.1.0-alpha1</slf4j.version>
|
<slf4j.version>2.1.0-alpha1</slf4j.version>
|
||||||
<hutool.version>5.8.39</hutool.version>
|
<hutool.version>5.8.39</hutool.version>
|
||||||
|
|
||||||
<awssdk.version>2.32.0</awssdk.version>
|
<awssdk.version>2.32.16</awssdk.version>
|
||||||
|
|
||||||
<commons.io.version>20030203.000550</commons.io.version>
|
<commons.io.version>20030203.000550</commons.io.version>
|
||||||
<commons.pool.version>2.12.0</commons.pool.version>
|
<commons.pool.version>2.12.0</commons.pool.version>
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
<springdoc-openapi.version>1.8.0</springdoc-openapi.version>
|
<springdoc-openapi.version>1.8.0</springdoc-openapi.version>
|
||||||
<knife4j.version>4.5.0</knife4j.version>
|
<knife4j.version>4.5.0</knife4j.version>
|
||||||
<swagger.annotations.version>2.2.34</swagger.annotations.version>
|
<swagger.annotations.version>2.2.35</swagger.annotations.version>
|
||||||
<guava.version>33.4.8-jre</guava.version>
|
<guava.version>33.4.8-jre</guava.version>
|
||||||
<caffeine.version>3.2.2</caffeine.version>
|
<caffeine.version>3.2.2</caffeine.version>
|
||||||
<tika.version>3.2.1</tika.version>
|
<tika.version>3.2.1</tika.version>
|
||||||
|
|||||||
Reference in New Issue
Block a user