Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Apr 8, 2019
2 parents e21be50 + 620daa7 commit be42846
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>


Open source spigot libraries & tools devloped by Karus Labs.
Open source spigot libraries & tools devloped by Karus Labs.<br>
**This is a bleeding edge version of Chimera, For a production ready version, please refer to the stable branch.**

[![Travis-CI](https://travis-ci.org/Pante/Chimera.svg?branch=master)](https://travis-ci.org/Pante/Chimera)
Expand All @@ -13,7 +13,7 @@ Open source spigot libraries & tools devloped by Karus Labs.
[![Discord](https://img.shields.io/discord/140273735772012544.svg?style=flat-square)](https://discord.gg/uE4C9NQ)

***
#### Chimera
#### Annotations
[![releases-maven](https://img.shields.io/maven-metadata/v/https/repo.karuslabs.com/repository/chimera-releases/com/karuslabs/chimera/maven-metadata.xml.svg)](https://repo.karuslabs.com/service/rest/repository/browse/chimera-releases/)
[![snapshots-maven](https://img.shields.io/maven-metadata/v/https/repo.karuslabs.com/repository/chimera-snapshots/com/karuslabs/chimera/maven-metadata.xml.svg)](https://repo.karuslabs.com/service/rest/repository/browse/chimera-snapshots/)
[![javadoc](https://img.shields.io/badge/javadoc-4.0.0-brightgreen.svg)](https://repo.karuslabs.com/repository/chimera/4.0.0/commons/apidocs/index.html)
Expand All @@ -34,14 +34,14 @@ Open source spigot libraries & tools devloped by Karus Labs.
<dependencies>
<dependency>
<groupId>com.karuslabs</groupId>
<artifactId>commons</artifactId>
<artifactId>annotations</artifactId>
<version>4.0.0</version>
</dependency>
</dependencies>
```

***
#### Annotations
#### Chimera
[![releases-maven](https://img.shields.io/maven-metadata/v/https/repo.karuslabs.com/repository/chimera-releases/com/karuslabs/chimera/maven-metadata.xml.svg)](https://repo.karuslabs.com/service/rest/repository/browse/chimera-releases/)
[![snapshots-maven](https://img.shields.io/maven-metadata/v/https/repo.karuslabs.com/repository/chimera-snapshots/com/karuslabs/chimera/maven-metadata.xml.svg)](https://repo.karuslabs.com/service/rest/repository/browse/chimera-snapshots/)
[![javadoc](https://img.shields.io/badge/javadoc-4.0.0-brightgreen.svg)](https://repo.karuslabs.com/repository/chimera/4.0.0/commons/apidocs/index.html)
Expand All @@ -62,9 +62,10 @@ Open source spigot libraries & tools devloped by Karus Labs.
<dependencies>
<dependency>
<groupId>com.karuslabs</groupId>
<artifactId>annotations</artifactId>
<artifactId>commons</artifactId>
<version>4.0.0</version>
</dependency>
</dependencies>
```
***

***

0 comments on commit be42846

Please sign in to comment.