From 6771f0f7535ca2713775aa8b48b71b53bf243b51 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Mon, 29 Jun 2015 21:46:43 +0200 Subject: [PATCH] update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bcc851e..c54d91a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Easy Rules is a simple yet powerful Java Rules Engine providing the following fe ## Documentation -All Easy Rules documentation can be found here : [http://www.easyrules.org](http://www.easyrules.org) +The online documentation can be found here : [http://www.easyrules.org](http://www.easyrules.org) ## Presentation @@ -25,8 +25,8 @@ You can find some slides about Easy Rules on [speaker deck](https://speakerdeck. ## Current version -* The current stable version is 2.0.0: [![Build Status](https://buildhive.cloudbees.com/job/benas/job/easy-rules/badge/icon)](https://buildhive.cloudbees.com/job/benas/job/easy-rules/) -* The current development version is 2.1.0-SNAPSHOT. In order to use snapshot versions, you need to add the following maven repository in your `pom.xml`: +* The current stable version is 2.1.0: [![Build Status](https://buildhive.cloudbees.com/job/benas/job/easy-rules/badge/icon)](https://buildhive.cloudbees.com/job/benas/job/easy-rules/) +* The current development version is 2.1.1-SNAPSHOT. In order to use snapshot versions, you need to add the following maven repository in your `pom.xml`: ```xml @@ -48,7 +48,7 @@ If you believe you found a bug, please use the [issue tracker](https://github.co It would be great to attach a JUnit test that fails and it would be awesome to send a pull request with a patch that fixes the bug! -For any further question, you can use the [Gitter](https://gitter.im/benas/easy-rules) channel: [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/benas/easy-rules?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +For any further question, you can use the [Gitter](https://gitter.im/benas/easy-rules) channel of the project: [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/benas/easy-rules?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ## Awesome contributors @@ -65,6 +65,7 @@ Thank you all for your contributions! ### Yourkit Many thanks to [YourKit, LLC](https://www.yourkit.com/) for providing a free license of [YourKit Java Profiler](https://www.yourkit.com/java/profiler/index.jsp) to kindly support the development of Easy Rules. + ![YourKit Java Profiler](https://www.yourkit.com/images/yklogo.png) ### CloudBees