Skip to content

Commit 6382408

Browse files
committed
for
1 parent e9af424 commit 6382408

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ start mvn clean install -DskipTests
44
echo "LTS: mvn clean install -DskipTests"
55
echo "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
88
set BASE_HOME=%~dp0%
99
set DIST_BIN_DIR=lts-%VERSION%-bin
1010

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
VERSION="1.6.4-SNAPSHOT"
3+
VERSION="1.6.4"
44

55
LTS_BIN="${BASH_SOURCE-$0}"
66
LTS_BIN="$(dirname "${LTS_BIN}")"

lts-core/src/main/java/com/lts/core/support/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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包

0 commit comments

Comments
 (0)