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

Commit

Permalink
Release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jurmous committed Nov 27, 2015
1 parent a7a1bee commit 2dc2f2f
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 @@ -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.7.0</version>
<version>2.8.0</version>
</dependency>
```

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

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

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

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

0 comments on commit 2dc2f2f

Please sign in to comment.