File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lts-core/src/main/java/com/lts/core/support Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ start mvn clean install -DskipTests
44echo " LTS: mvn clean install -DskipTests"
55echo " LTS: After sub window finished, close it , and press any key to continue" & pause> nul
66
7- set VERSION = 1.6.4-SNAPSHOT
7+ set VERSION = 1.6.4
88set BASE_HOME = %~dp0 %
99set DIST_BIN_DIR = lts-%VERSION% -bin
1010
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- VERSION=" 1.6.4-SNAPSHOT "
3+ VERSION=" 1.6.4"
44
55LTS_BIN=" ${BASH_SOURCE-$0 } "
66LTS_BIN=" $( dirname " ${LTS_BIN} " ) "
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ private Version() {}
2020
2121 private static final Logger LOGGER = LoggerFactory .getLogger (Version .class );
2222
23- private static final String VERSION = getVersion (Version .class , "1.6.4-SNAPSHOT " );
23+ private static final String VERSION = getVersion (Version .class , "1.6.4" );
2424
2525 static {
2626 // 检查是否存在重复的jar包
You can’t perform that action at this time.
0 commit comments