Skip to content

Commit bdc0473

Browse files
committed
Update version to 0.0.18 for maven release
1 parent 39c243f commit bdc0473

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ KvStoreClient client = EtcdClusterConfig.fromJsonFile(filePath).getClient();
143143
<dependency>
144144
<groupId>com.ibm.etcd</groupId>
145145
<artifactId>etcd-java</artifactId>
146-
<version>0.0.17</version>
146+
<version>0.0.18</version>
147147
</dependency>
148148

149149
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>com.ibm.etcd</groupId>
2020
<artifactId>etcd-java</artifactId>
21-
<version>0.0.18-SNAPSHOT</version>
21+
<version>0.0.18</version>
2222
<packaging>jar</packaging>
2323

2424
<name>etcd-java</name>

0 commit comments

Comments
 (0)