forked from zlt2000/microservices-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changeVersion.bat
24 lines (19 loc) · 859 Bytes
/
changeVersion.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@echo on
@echo =============================================================
@echo $ $
@echo $ ZLT Microservices-Platform $
@echo $ $
@echo $ $
@echo $ $
@echo $ ZLT All Right Reserved $
@echo $ Copyright (C) 2019-2050 $
@echo $ $
@echo =============================================================
@echo.
@echo off
@title ZLT Microservices-Platform
@color 0e
set /p version=ÇëÊäÈë°æ±¾ºÅ:
call mvn versions:set -DnewVersion=%version%
call mvn versions:commit
pause