mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-09-01 18:17:33 +00:00
代码提交
This commit is contained in:
14
version.cmd
Normal file
14
version.cmd
Normal file
@@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
|
||||
set APP_VERSION=1.4.0
|
||||
|
||||
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
|
Reference in New Issue
Block a user