We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c243f commit bdc0473Copy full SHA for bdc0473
2 files changed
README.md
@@ -143,7 +143,7 @@ KvStoreClient client = EtcdClusterConfig.fromJsonFile(filePath).getClient();
143
<dependency>
144
<groupId>com.ibm.etcd</groupId>
145
<artifactId>etcd-java</artifactId>
146
- <version>0.0.17</version>
+ <version>0.0.18</version>
147
</dependency>
148
149
```
pom.xml
@@ -18,7 +18,7 @@
18
<modelVersion>4.0.0</modelVersion>
19
20
21
- <version>0.0.18-SNAPSHOT</version>
22
<packaging>jar</packaging>
23
24
<name>etcd-java</name>
0 commit comments