diff --git a/README.md b/README.md
index f0ff15c..cbfe921 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Nannoq Cluster
-[![Build Status](https://www.tomrom.net/buildStatus/icon?job=nannoq-cluster/develop)](https://www.tomrom.net/job/nannoq-cluster/job/develop/)
+[![Build Status](https://www.tomrom.net/buildStatus/icon?job=nannoq-tools/master)](https://www.tomrom.net/job/nannoq-tools/job/master/)
nannoq-cluster is a collection of classes for managing services and API's in clustered Vert.x environments as well as helpers for clustering.
@@ -33,40 +33,18 @@ mvn clean verify -Dgpg.skip=true
First install with either Maven:
```xml
-
-
- ossrh
- OSSRH Snapshots
- https://oss.sonatype.org/content/repositories/snapshots
-
-
- false
-
-
-
- true
- always
- fail
-
-
-
-
com.nannoq
cluster
- 1.0.2-SNAPSHOT
+ 1.0.2
```
or Gradle:
```groovy
-repositories {
- maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
-}
-
dependencies {
- compile group: 'nannoq.com:cluster:1.0.2-SNAPSHOT'
+ compile group: 'nannoq.com:cluster:1.0.2'
}
```