From 62665b2a24a005b8475067399f8a076d7d8c2940 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Wed, 13 May 2015 22:53:36 +0200 Subject: [PATCH] add snapshot repository url --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54effc5..088ab8f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,16 @@ You can find some slides about Easy Rules on [speaker deck](https://speakerdeck. ## Current version * The current stable version is 1.3.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 1.4.0-SNAPSHOT +* The current development version is 1.4.0-SNAPSHOT. In order to use snapshot versions, you need to add the following maven repository in your `pom.xml`: + +```xml + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + +``` ## Agile Board [Backlog items @ waffle.io](https://waffle.io/benas/easy-rules)