Skip to content

Commit

Permalink
consul-client 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsofinfo committed Dec 13, 2017
1 parent f7520c4 commit a17c2ec
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Beta code. Master branch available only.

* MASTER - in progress, this README refers to what is in the master branch. Switch to relevant RELEASE tag above to see that versions README

* [1.0-RC4](https://github.com/bitsofinfo/docker-discovery-registrator-consul/releases/tag/1.0-RC4) - upgraded consul-client to 0.17.1
* [1.0-RC3](https://github.com/bitsofinfo/docker-discovery-registrator-consul/releases/tag/1.0-RC3)
* [1.0-RC2](https://github.com/bitsofinfo/docker-discovery-registrator-consul/releases/tag/1.0-RC2)
* [1.0-RC1](https://github.com/bitsofinfo/docker-discovery-registrator-consul/releases/tag/1.0-RC1)
Expand All @@ -54,7 +55,7 @@ repositories {
}
dependencies {
compile 'org.bitsofinfo:docker-discovery-registrator-consul:1.0-RC3'
compile 'org.bitsofinfo:docker-discovery-registrator-consul:1.0-RC4'
// include your preferred javax.ws.rs-api implementation
// (for the OrbitzWorldwide/consul-client dependency)
Expand All @@ -72,7 +73,7 @@ dependencies {
<dependency>
<groupId>org.bitsofinfo</groupId>
<artifactId>docker-discovery-registrator-consul</artifactId>
<version>1.0-RC3</version>
<version>1.0-RC4</version>
</dependency>
<!-- include your preferred javax.ws.rs-api
Expand Down Expand Up @@ -260,7 +261,7 @@ debugging information will appear
* If not already present in your hazelcast application's Maven (pom.xml) or Gradle (build.gradle) dependencies section; ensure that these dependencies are present (versions may vary as appropriate):
```
compile group: 'com.orbitz.consul', name: 'consul-client', version:'0.13.11'
compile group: 'com.orbitz.consul', name: 'consul-client', version:'0.17.1'
compile 'javax.ws.rs:javax.ws.rs-api:2.0.1'
compile 'org.glassfish.jersey.core:jersey-client:2.22.2'
compile 'org.slf4j:slf4j-api:1.7.19'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ targetCompatibility = 1.6

dependencies {

compile group: 'com.orbitz.consul', name: 'consul-client', version:'0.13.11'
compile group: 'com.orbitz.consul', name: 'consul-client', version:'0.17.1'
compile 'javax.ws.rs:javax.ws.rs-api:2.0.1'
compile 'org.glassfish.jersey.core:jersey-client:2.22.2'

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=1.0-RC3
version=1.0-RC4
description=docker-discovery-registrator-consul - Service discovery helper library for JVM based applications running in Docker containers that use the Registrator service registry bridge with Consul as the backend

0 comments on commit a17c2ec

Please sign in to comment.