Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Commit

Permalink
Release 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jurmous committed Jan 15, 2016
1 parent 9738648 commit 38c9662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,13 +14,13 @@ This project supports any etcd client which supports the etcd v2 api. This is an
<dependency>
<groupId>org.mousio</groupId>
<artifactId>etcd4j</artifactId>
<version>2.8.0</version>
<version>2.9.0</version>
</dependency>
```

## Gradle
```
compile 'org.mousio:etcd4j:2.8.0'
compile 'org.mousio:etcd4j:2.9.0'
```

## Manually
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -12,7 +12,7 @@ compileJava {
}

group = 'org.mousio'
version = '2.9.0-SNAPSHOT'
version = '2.9.0'

ext {
isSnapshot = version.endsWith("-SNAPSHOT")
Expand Down

0 comments on commit 38c9662

Please sign in to comment.