Skip to content

Commit

Permalink
Preparing for 0.3.0 release that is to be compliant with vert.x 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Levytskyi committed Feb 28, 2019
1 parent c3a0b61 commit bc955be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dependency>
<groupId>io.reactiverse</groupId>
<artifactId>vertx-consul-cluster-manager</artifactId>
<artifactId>consul-cluster-manager</artifactId>
<version>${cluster-manager-version}</version>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>io.reactiverse</groupId>
<artifactId>consul-cluster-manager</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
<name>Vert.x Consul Cluster Manager</name>
<url>https://github.com/reactiverse/consul-cluster-manager</url>
<description>Consul - based cluster manager that can be hooked into Vert.x ecosystem.</description>
Expand Down Expand Up @@ -63,7 +63,7 @@
</developers>

<properties>
<stack.version>3.6.1</stack.version>
<stack.version>3.6.2</stack.version>
<junit.version>4.12</junit.version>
<embedded.consul.version>1.1.1</embedded.consul.version>
</properties>
Expand Down

0 comments on commit bc955be

Please sign in to comment.