Skip to content

Commit

Permalink
updated versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mikand13 committed Dec 26, 2017
1 parent aae885a commit 7428339
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -33,40 +33,18 @@ mvn clean verify -Dgpg.skip=true
First install with either Maven:

```xml
<repositories>
<repository>
<id>ossrh</id>
<name>OSSRH Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>

<releases>
<enabled>false</enabled>
</releases>

<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</snapshots>
</repository>
</repositories>

<dependency>
<groupId>com.nannoq</groupId>
<artifactId>cluster</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
```

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'
}
```

Expand Down

0 comments on commit 7428339

Please sign in to comment.