mirror of
https://gitee.com/raoxy/kongx.git
synced 2025-07-10 00:00:02 +08:00
9 lines
135 B
Markdown
9 lines
135 B
Markdown
初始化
|
|
|
|
##设置版本号
|
|
mvn versions:set -DnewVersion=1.0.1
|
|
|
|
##设置错误回滚
|
|
mvn versions:revert
|
|
##提交
|
|
mvn versions:commit |