Skip to content

Commit e9af424

Browse files
committed
1.6.4 release
1 parent 8d4546f commit e9af424

File tree

16 files changed

+15
-22
lines changed

16 files changed

+15
-22
lines changed

lts-admin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>lts-parent</artifactId>
77
<groupId>com.lts</groupId>
8-
<version>1.6.4-SNAPSHOT</version>
8+
<version>1.6.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>war</packaging>

lts-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>lts-parent</artifactId>
77
<groupId>com.lts</groupId>
8-
<version>1.6.4-SNAPSHOT</version>
8+
<version>1.6.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>jar</packaging>

lts-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>lts-parent</artifactId>
77
<groupId>com.lts</groupId>
8-
<version>1.6.4-SNAPSHOT</version>
8+
<version>1.6.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>lts-example</artifactId>

lts-jobclient/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>lts-parent</artifactId>
77
<groupId>com.lts</groupId>
8-
<version>1.6.4-SNAPSHOT</version>
8+
<version>1.6.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

lts-jobtracker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>lts-parent</artifactId>
77
<groupId>com.lts</groupId>
8-
<version>1.6.4-SNAPSHOT</version>
8+
<version>1.6.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

lts-jobtracker/src/main/java/com/lts/jobtracker/support/cluster/JobClientManager.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ public Set<String> getNodeGroups() {
4444

4545
/**
4646
* 添加节点
47-
*
48-
* @param node
4947
*/
5048
public void addNode(Node node) {
5149
// channel 可能为 null
@@ -71,8 +69,6 @@ public void addNode(Node node) {
7169

7270
/**
7371
* 删除节点
74-
*
75-
* @param node
7672
*/
7773
public void removeNode(Node node) {
7874
Set<JobClientNode> jobClientNodes = NODE_MAP.get(node.getGroup());
@@ -88,9 +84,6 @@ public void removeNode(Node node) {
8884

8985
/**
9086
* 得到 可用的 客户端节点
91-
*
92-
* @param nodeGroup
93-
* @return
9487
*/
9588
public JobClientNode getAvailableJobClient(String nodeGroup) {
9689

lts-logger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>lts-parent</artifactId>
77
<groupId>com.lts</groupId>
8-
<version>1.6.4-SNAPSHOT</version>
8+
<version>1.6.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

lts-queue/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>lts-parent</artifactId>
77
<groupId>com.lts</groupId>
8-
<version>1.6.4-SNAPSHOT</version>
8+
<version>1.6.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

lts-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>lts-parent</artifactId>
77
<groupId>com.lts</groupId>
8-
<version>1.6.4-SNAPSHOT</version>
8+
<version>1.6.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<packaging>jar</packaging>

lts-startup/lts-startup-admin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>lts-startup</artifactId>
77
<groupId>com.lts</groupId>
8-
<version>1.6.4-SNAPSHOT</version>
8+
<version>1.6.4</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)