diff --git a/README.md b/README.md
index ef2fa46..0451ed0 100644
--- a/README.md
+++ b/README.md
@@ -4,20 +4,24 @@
## 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
+# 2. 自动更新 properties 中的版本(如 spring.version)
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
```
```
diff --git a/pom.xml b/pom.xml
index 47adce0..5391058 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.arrokoth.framework.boot
arrokoth-framework-springboot-dependencies
- 1.1.0.RELEASE
+ 1.2.0.RELEASE
pom
@@ -17,8 +17,8 @@
UTF-8
- 2025.0.0
- 3.5.3
+ 2025.1.0-M1
+ 4.0.0-M1
3.5.12
2.1.1
@@ -30,7 +30,7 @@
2.1.0-alpha1
5.8.39
- 2.32.0
+ 2.32.16
20030203.000550
2.12.0
@@ -39,7 +39,7 @@
1.8.0
4.5.0
- 2.2.34
+ 2.2.35
33.4.8-jre
3.2.2
3.2.1