@@ -4,7 +4,7 @@ start mvn clean install -DskipTests
echo "LTS: mvn clean install -DskipTests"
echo "LTS: After sub window finished, close it , and press any key to continue" & pause>nul
-set VERSION=1.6.0-beta3
+set VERSION=1.6.1
set BASE_HOME=%~dp0%
set DIST_BIN_DIR=lts-%VERSION%-bin
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-VERSION="1.6.0-beta3"
+VERSION="1.6.1"
LTS_BIN="${BASH_SOURCE-$0}"
LTS_BIN="$(dirname "${LTS_BIN}")"
@@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.lts</groupId>
- <version>1.6.0-beta3</version>
+ <version>1.6.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>war</packaging>
<packaging>jar</packaging>
@@ -20,7 +20,7 @@ public final class Version {
private static final Logger LOGGER = LoggerFactory.getLogger(Version.class);
- private static final String VERSION = getVersion(Version.class, "1.6.0-beta3");
+ private static final String VERSION = getVersion(Version.class, "1.6.1");
static {
// 检查是否存在重复的jar包
<artifactId>lts-example</artifactId>
<artifactId>lts-logger</artifactId>
<artifactId>lts-queue</artifactId>
<artifactId>lts-startup</artifactId>
@@ -7,7 +7,7 @@
<packaging>pom</packaging>
<modules>
<module>lts-core</module>
<module>lts-jobtracker</module>