From 8646eb5772734ceaf6b9c8f80edb90aad3173de7 Mon Sep 17 00:00:00 2001
From: Mahmoud Ben Hassine <mahmoud.benhassine@icloud.com>
Date: Tue, 24 May 2016 10:07:02 +0200
Subject: [PATCH] update version to 2.3.0-SNAPSHOT

---
 easyrules-archetype/pom.xml | 2 +-
 easyrules-core/pom.xml      | 2 +-
 easyrules-jmx/pom.xml       | 2 +-
 easyrules-quartz/pom.xml    | 2 +-
 easyrules-spring/pom.xml    | 2 +-
 pom.xml                     | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/easyrules-archetype/pom.xml b/easyrules-archetype/pom.xml
index 2b53ead..332677f 100755
--- a/easyrules-archetype/pom.xml
+++ b/easyrules-archetype/pom.xml
@@ -2,7 +2,7 @@
     <parent>
         <groupId>org.easyrules</groupId>
         <artifactId>easyrules</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.3.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/easyrules-core/pom.xml b/easyrules-core/pom.xml
index a7b4bff..e2b35e2 100644
--- a/easyrules-core/pom.xml
+++ b/easyrules-core/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.easyrules</groupId>
         <artifactId>easyrules</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>easyrules-core</artifactId>
diff --git a/easyrules-jmx/pom.xml b/easyrules-jmx/pom.xml
index 2c044e8..abd8927 100644
--- a/easyrules-jmx/pom.xml
+++ b/easyrules-jmx/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.easyrules</groupId>
         <artifactId>easyrules</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>easyrules-jmx</artifactId>
diff --git a/easyrules-quartz/pom.xml b/easyrules-quartz/pom.xml
index 5827afa..19aa4ad 100644
--- a/easyrules-quartz/pom.xml
+++ b/easyrules-quartz/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.easyrules</groupId>
         <artifactId>easyrules</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>easyrules-quartz</artifactId>
diff --git a/easyrules-spring/pom.xml b/easyrules-spring/pom.xml
index 4037f0d..4ca345f 100755
--- a/easyrules-spring/pom.xml
+++ b/easyrules-spring/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.easyrules</groupId>
         <artifactId>easyrules</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.3.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>easyrules-spring</artifactId>
diff --git a/pom.xml b/pom.xml
index 55f7ba2..e2f5ecf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
     <groupId>org.easyrules</groupId>
     <artifactId>easyrules</artifactId>
-    <version>2.2.1-SNAPSHOT</version>
+    <version>2.3.0-SNAPSHOT</version>
 
     <modules>
         <module>easyrules-archetype</module>