Skip to content

Commit

Permalink
adding maven badge
Browse files Browse the repository at this point in the history
  • Loading branch information
witokondoria authored Jul 20, 2016
1 parent 5411666 commit 08d9f9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[![Coverage Status](https://coveralls.io/repos/github/Stratio/Common-utils/badge.svg?branch=master)](https://coveralls.io/github/Stratio/Common-utils?branch=master)
[![Maven Central - scala 2.10](https://maven-badges.herokuapp.com/maven-central/com.stratio.common/common-utils_2.10/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.stratio.common/common-utils_2.10)
[![Maven Central - scala 2.11](https://maven-badges.herokuapp.com/maven-central/com.stratio.common/common-utils_2.11/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.stratio.common/common-utils_2.11)

# Stratio Common Library

Expand Down Expand Up @@ -294,4 +296,4 @@ To set a monitor and subscribe it to our silly actor heartbeats you can just do
`testActor` will receive `HeartbeatLost(fallenId)` when the by-that-id identified service has stopped its heartbeat.




0 comments on commit 08d9f9e

Please sign in to comment.