1 Star 0 Fork 550

崔小方 / dbswitch

forked from dromara / dbswitch 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
version.cmd 315 Bytes
一键复制 编辑 原始数据 按行查看 历史
inrgihc 提交于 2021-11-16 15:32 . !64 v1.6.2: fix bug of version 1.6.1
@echo off
set APP_VERSION=1.6.2
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/cuixiaofang/dbswitch.git
git@gitee.com:cuixiaofang/dbswitch.git
cuixiaofang
dbswitch
dbswitch
master

搜索帮助