From 1a6f2994a4245647ff5d825a8d786e3de5f98ba1 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Wed, 11 Nov 2015 20:55:40 +0100 Subject: [PATCH] add maven central badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fb3b2e..eb75a6a 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ This is exactly what Easy Rules does, it provides the `Rule` abstraction to crea ## Current version -* The current stable version is 2.1.0 -* The current development version is 2.1.1-SNAPSHOT: [![Build Status](https://travis-ci.org/benas/easy-rules?branch=master)](https://travis-ci.org/benas/easy-rules) +* The current stable version is `2.1.0` : [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.easyrules/easyrules-core/badge.svg?style=flat)](http://search.maven.org/#artifactdetails|org.easyrules|easyrules-core|2.1.0|) +* The current development version is `2.2.0-SNAPSHOT` : [![Build Status](https://travis-ci.org/benas/easy-rules?branch=master)](https://travis-ci.org/benas/easy-rules) In order to use snapshot versions, you need to add the following maven repository in your `pom.xml`: