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 367720e commit 1184395
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 FCM

[![Build Status](https://www.tomrom.net/buildStatus/icon?job=nannoq-fcm/develop)](https://www.tomrom.net/job/nannoq-fcm/job/develop/)
[![Build Status](https://www.tomrom.net/buildStatus/icon?job=nannoq-tools/master)](https://www.tomrom.net/job/nannoq-tools/job/master/)

nannoq-fcm is a XMPP server implementation for use with Firebase Cloud Messaging with all features, for a Vert.x environment.

Expand Down Expand Up @@ -37,40 +37,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>fcm</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:fcm:1.0.2-SNAPSHOT'
compile group: 'nannoq.com:fcm:1.0.2'
}
```

Expand Down

0 comments on commit 1184395

Please sign in to comment.