From 12ef9c0bd5df8b44b5311b0318cb9ccca7dc68e8 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Wed, 24 Aug 2016 14:52:07 +0200 Subject: [PATCH] update version to v2.3 --- README.md | 4 ++-- .../src/main/resources/archetype-resources/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7de18717..9f849257 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.2.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.2.0|) -* The current development version is `2.3.0-SNAPSHOT` : [![Build Status](https://travis-ci.org/EasyRules/easyrules.svg?branch=master)](https://travis-ci.org/EasyRules/easyrules) +* The current stable version is `2.3.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.3.0|) +* The current development version is `2.4.0-SNAPSHOT` : [![Build Status](https://travis-ci.org/EasyRules/easyrules.svg?branch=master)](https://travis-ci.org/EasyRules/easyrules) In order to use snapshot versions, you need to add the following maven repository in your `pom.xml`: diff --git a/easyrules-archetype/src/main/resources/archetype-resources/pom.xml b/easyrules-archetype/src/main/resources/archetype-resources/pom.xml index 4931c217..1d451be9 100755 --- a/easyrules-archetype/src/main/resources/archetype-resources/pom.xml +++ b/easyrules-archetype/src/main/resources/archetype-resources/pom.xml @@ -9,7 +9,7 @@ org.easyrules easyrules-core - 2.2.0 + 2.3.0