Skip to content

Commit

Permalink
bump hz+ version + rc3 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsofinfo committed Apr 25, 2017
1 parent b87d1fe commit 2f581f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ This is beta code, tested against Hazelcast 3.6-EA+ through 3.6 stable

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

* [1.0-RC3](https://github.com/bitsofinfo/hazelcast-etcd-discovery-spi/releases/tag/1.0-RC3): Tested against Hazelcast 3.6-EA through 3.6 stable, add support for username and password for [issue #1](https://github.com/bitsofinfo/hazelcast-etcd-discovery-spi/issues/1)

* [1.0-RC2](https://github.com/bitsofinfo/hazelcast-etcd-discovery-spi/releases/tag/1.0-RC2): Tested against Hazelcast 3.6-EA through 3.6 stable

* [1.0-RC1](https://github.com/bitsofinfo/hazelcast-etcd-discovery-spi/releases/tag/1.0-RC1): Tested against Hazelcast 3.6-EA and 3.6-RC1
Expand All @@ -48,7 +50,7 @@ repositories {
}
dependencies {
compile 'org.bitsofinfo:hazelcast-etcd-discovery-spi:1.0-RC2'
compile 'org.bitsofinfo:hazelcast-etcd-discovery-spi:1.0-RC3'
}
```

Expand All @@ -59,7 +61,7 @@ dependencies {
<dependency>
<groupId>org.bitsofinfo</groupId>
<artifactId>hazelcast-etcd-discovery-spi</artifactId>
<version>1.0-RC2</version>
<version>1.0-RC3</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ targetCompatibility = 1.6

dependencies {

compile group: 'com.hazelcast', name: 'hazelcast', version:'3.6'
compile group: 'com.hazelcast', name: 'hazelcast', version:'3.6+'
compile group: 'org.mousio', name: 'etcd4j', version:'2.9.0'
compile group: 'com.google.code.gson', name: 'gson', version:'2.4'

Expand Down

0 comments on commit 2f581f4

Please sign in to comment.