1 Star 0 Fork 550

Andnnl / dbswitch

forked from dromara / dbswitch 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
version.cmd 315 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
inrgihc 提交于 2020-04-17 22:40 . !20 代码优化
@echo off
set APP_VERSION=1.3.5
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/andnnl/dbswitch.git
git@gitee.com:andnnl/dbswitch.git
andnnl
dbswitch
dbswitch
master

搜索帮助