148 Star 1.3K Fork 533

dromara / dbswitch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
version.cmd 315 Bytes
一键复制 编辑 原始数据 按行查看 历史
inrgihc 提交于 2024-03-09 22:10 . 修正issue反馈与1.9.6
@echo off
set APP_VERSION=1.9.6
echo "Clean Project ..."
call mvn clean -f pom.xml
echo "Update version ..."
call mvn versions:set -DnewVersion=%APP_VERSION% -DprocessAllModules=true -DallowSnapshots=true -DgenerateBackupPoms=false
call mvn -N versions:update-child-modules
call mvn versions:commit
:exit
pause
Java
1
https://gitee.com/dromara/dbswitch.git
git@gitee.com:dromara/dbswitch.git
dromara
dbswitch
dbswitch
master

搜索帮助