File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -33,24 +33,25 @@ Current consul cluster manager implementation is fully based on [**vertx-consul-
3333
3434** How to use**
3535-
36- ## Version compatibility matrix
37- | Project | Vert.x |
38- | ------- | ------ |
39- | 0.1.x | 3.6.0 |
40- | TBR | 3.6.1 |
41- | TBR | 3.6.2 |
42- | TBR | 3.6.3 |
36+ Version compatibility matrix
37+
38+ | Cluster manager | Vert.x |
39+ | ---------------- | ------ |
40+ | 0.1.x | 3.6.0 |
41+ | 0.2.x | 3.6.1 |
42+ | TBR | 3.6.2 |
43+ | TBR | 3.6.3 |
4344
4445### Gradle
4546``` groovy
46- compile 'io.reactiverse:vertx- consul-cluster-manager:${cluster-manager-version}'
47+ compile 'io.reactiverse:consul-cluster-manager:${cluster-manager-version}'
4748```
4849
4950### Maven
5051``` xml
5152<dependency >
5253 <groupId >io.reactiverse</groupId >
53- <artifactId >vertx- consul-cluster-manager</artifactId >
54+ <artifactId >consul-cluster-manager</artifactId >
5455 <version >${cluster-manager-version}</version >
5556</dependency >
5657```
Original file line number Diff line number Diff line change 2828
2929 <groupId >io.reactiverse</groupId >
3030 <artifactId >consul-cluster-manager</artifactId >
31- <version >0.2 .0-SNAPSHOT</version >
31+ <version >0.3 .0-SNAPSHOT</version >
3232 <name >Vert.x Consul Cluster Manager</name >
3333 <url >https://github.com/reactiverse/consul-cluster-manager</url >
3434 <description >Consul - based cluster manager that can be hooked into Vert.x ecosystem.</description >
6363 </developers >
6464
6565 <properties >
66- <stack .version>3.6.1 </stack .version>
66+ <stack .version>3.6.2 </stack .version>
6767 <junit .version>4.12</junit .version>
6868 <embedded .consul.version>1.1.1</embedded .consul.version>
6969 </properties >
You can’t perform that action at this time.
0 commit comments