From bc955be0e9240bafc00dc4a4968ebdd6a51bc75b Mon Sep 17 00:00:00 2001 From: Roman Levytskyi Date: Thu, 28 Feb 2019 10:34:55 +0100 Subject: [PATCH] Preparing for 0.3.0 release that is to be compliant with vert.x 3.6.2 --- README.md | 19 ++++++++++--------- pom.xml | 4 ++-- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 04cf347..02a6ef3 100644 --- a/README.md +++ b/README.md @@ -33,24 +33,25 @@ Current consul cluster manager implementation is fully based on [**vertx-consul- **How to use** - -## Version compatibility matrix -| Project | Vert.x | -| ------- | ------ | -| 0.1.x | 3.6.0 | -| TBR | 3.6.1 | -| TBR | 3.6.2 | -| TBR | 3.6.3 | +Version compatibility matrix + +| Cluster manager | Vert.x | +| ---------------- | ------ | +| 0.1.x | 3.6.0 | +| 0.2.x | 3.6.1 | +| TBR | 3.6.2 | +| TBR | 3.6.3 | ### Gradle ```groovy -compile 'io.reactiverse:vertx-consul-cluster-manager:${cluster-manager-version}' +compile 'io.reactiverse:consul-cluster-manager:${cluster-manager-version}' ``` ### Maven ```xml io.reactiverse - vertx-consul-cluster-manager + consul-cluster-manager ${cluster-manager-version} ``` diff --git a/pom.xml b/pom.xml index 73d9730..a873e9f 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ io.reactiverse consul-cluster-manager - 0.2.0-SNAPSHOT + 0.3.0-SNAPSHOT Vert.x Consul Cluster Manager https://github.com/reactiverse/consul-cluster-manager Consul - based cluster manager that can be hooked into Vert.x ecosystem. @@ -63,7 +63,7 @@ - 3.6.1 + 3.6.2 4.12 1.1.1