Skip to content

Commit

Permalink
RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsofinfo committed Feb 29, 2016
1 parent 5b2965c commit 29aa693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ repositories {
}
dependencies {
compile 'org.bitsofinfo:hazelcast-consul-discovery-spi:1.0-RC2'
compile 'org.bitsofinfo:hazelcast-consul-discovery-spi:1.0-RC3'
// include your preferred javax.ws.rs-api implementation
// (for the OrbitzWorldwide/consul-client dependency)
Expand All @@ -67,7 +67,7 @@ dependencies {
<dependency>
<groupId>org.bitsofinfo</groupId>
<artifactId>hazelcast-consul-discovery-spi</artifactId>
<version>1.0-RC2</version>
<version>1.0-RC3</version>
</dependency>
<!-- include your preferred javax.ws.rs-api
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-RC2
version=1.0-RC3
description=hazelcast-consul-discovery-spi - Consul based discovery strategy SPI for Hazelcast enabled applications

0 comments on commit 29aa693

Please sign in to comment.