Skip to content

Commit d700a02

Browse files
committed
version bump
1 parent 65fb3da commit d700a02

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ This is beta code, tested against Hazelcast 3.6-EA+ through 3.6 Stable releases.
2424

2525
## <a id="releases"></a>Releases
2626

27-
* [1.0-RC1](https://github.com/bitsofinfo/hazelcast-consul-discovery-spi/releases/tag/1.0-RC1): Tested against Hazelcast 3.6-EA+ through 3.6 Stable releases
27+
* [1.0-RC1](https://github.com/bitsofinfo/hazelcast-consul-discovery-spi/releases/tag/1.0-RC1): Tested against Hazelcast 3.6-EA+ through 3.6-RC1 Stable releases
28+
29+
* [1.0-RC2](https://github.com/bitsofinfo/hazelcast-consul-discovery-spi/releases/tag/1.0-RC2): Tested against Hazelcast 3.6-EA+ through 3.6 Stable releases
2830

2931
## <a id="requirements"></a>Requirements
3032

@@ -44,7 +46,7 @@ repositories {
4446
}
4547
4648
dependencies {
47-
compile 'org.bitsofinfo:hazelcast-consul-discovery-spi:1.0-RC1'
49+
compile 'org.bitsofinfo:hazelcast-consul-discovery-spi:1.0-RC2'
4850
4951
// include your preferred javax.ws.rs-api implementation
5052
// (for the OrbitzWorldwide/consul-client dependency)
@@ -61,7 +63,7 @@ dependencies {
6163
<dependency>
6264
<groupId>org.bitsofinfo</groupId>
6365
<artifactId>hazelcast-consul-discovery-spi</artifactId>
64-
<version>1.0-RC1</version>
66+
<version>1.0-RC2</version>
6567
</dependency>
6668
6769
<!-- include your preferred javax.ws.rs-api

0 commit comments

Comments
 (0)