Skip to content

Commit

Permalink
1.6.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qq254963746 committed Apr 20, 2016
1 parent 6e5f2de commit b8d353a
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion build.cmd
Expand Up @@ -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.8-SNAPSHOT
set VERSION=1.6.7.1
set BASE_HOME=%~dp0%
set DIST_BIN_DIR=lts-%VERSION%-bin

Expand Down
2 changes: 1 addition & 1 deletion build.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

VERSION="1.6.8-SNAPSHOT"
VERSION="1.6.7.1"

LTS_BIN="${BASH_SOURCE-$0}"
LTS_BIN="$(dirname "${LTS_BIN}")"
Expand Down
2 changes: 1 addition & 1 deletion lts-admin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion lts-core/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
Expand Up @@ -20,7 +20,7 @@ private Version() {}

private static final Logger LOGGER = LoggerFactory.getLogger(Version.class);

private static final String VERSION = getVersion(Version.class, "1.6.8-SNAPSHOT");
private static final String VERSION = getVersion(Version.class, "1.6.7.1");

static {
// 检查是否存在重复的jar包
Expand Down
2 changes: 1 addition & 1 deletion lts-example/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>lts-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion lts-jobclient/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion lts-jobtracker/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion lts-monitor/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion lts-spring/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion lts-startup/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion lts-tasktracker/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.7.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion lts/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>lts-parent</artifactId>
<groupId>com.github.ltsopensource</groupId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.7.1</version>
</parent>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -13,7 +13,7 @@
<groupId>com.github.ltsopensource</groupId>
<artifactId>lts-parent</artifactId>
<packaging>pom</packaging>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.7.1</version>
<url>https://github.com/ltsopensource/light-task-scheduler.git</url>
<modules>
<module>lts-core</module>
Expand Down

0 comments on commit b8d353a

Please sign in to comment.