Version 0.5.1
This commit is contained in:
Родитель
9a93c76a7e
Коммит
c735f33c92
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>ccentral-parent</artifactId>
|
||||
<groupId>io.github.slvwolf</groupId>
|
||||
<version>0.5.0</version>
|
||||
<version>0.5.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -19,13 +19,13 @@
|
|||
<dependency>
|
||||
<groupId>io.github.slvwolf</groupId>
|
||||
<artifactId>ccentral-common</artifactId>
|
||||
<version>0.5.0</version>
|
||||
<version>0.5.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.github.slvwolf</groupId>
|
||||
<artifactId>ccentral-etcd</artifactId>
|
||||
<version>0.5.0</version>
|
||||
<version>0.5.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>ccentral-parent</artifactId>
|
||||
<groupId>io.github.slvwolf</groupId>
|
||||
<version>0.5.0</version>
|
||||
<version>0.5.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<artifactId>ccentral-parent</artifactId>
|
||||
<groupId>io.github.slvwolf</groupId>
|
||||
<version>0.5.0</version>
|
||||
<version>0.5.1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
|||
<dependency>
|
||||
<groupId>io.github.slvwolf</groupId>
|
||||
<artifactId>ccentral-common</artifactId>
|
||||
<version>0.5.0</version>
|
||||
<version>0.5.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import java.util.UUID;
|
|||
|
||||
public class CCEtcdClient implements CCClient {
|
||||
|
||||
private static final String CLIENT_VERSION = "java_etcd-0.5.0";
|
||||
private static final String CLIENT_VERSION = "java_etcd-0.5.1";
|
||||
private static final int METRIC_INTERVAL = 40;
|
||||
private int configCheckInterval = 40;
|
||||
private static final ObjectMapper MAPPER = new ObjectMapper();
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
<groupId>io.github.slvwolf</groupId>
|
||||
<artifactId>ccentral-parent</artifactId>
|
||||
<!-- Remember to increment version number in class as well -->
|
||||
<version>0.5.0</version>
|
||||
<version>0.5.1</version>
|
||||
<modules>
|
||||
<module>common</module>
|
||||
<module>etcd</module>
|
||||
|
|
Загрузка…
Ссылка в новой задаче