diff --git a/README.md b/README.md index e9166b6..015967c 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ 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.0.1-SNAPSHOT. In order to use snapshot versions, you need to add the following maven repository in your `pom.xml`: +* 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`: ```xml diff --git a/easyrules-core/pom.xml b/easyrules-core/pom.xml index 6496e42..4b5a127 100644 --- a/easyrules-core/pom.xml +++ b/easyrules-core/pom.xml @@ -4,7 +4,7 @@ org.easyrules easyrules - 2.0.1-SNAPSHOT + 2.1.0-SNAPSHOT easyrules-core diff --git a/easyrules-jmx/pom.xml b/easyrules-jmx/pom.xml index a72a8f4..448c9bf 100644 --- a/easyrules-jmx/pom.xml +++ b/easyrules-jmx/pom.xml @@ -4,7 +4,7 @@ org.easyrules easyrules - 2.0.1-SNAPSHOT + 2.1.0-SNAPSHOT easyrules-jmx diff --git a/easyrules-quartz/pom.xml b/easyrules-quartz/pom.xml index 4526b84..f6b693d 100644 --- a/easyrules-quartz/pom.xml +++ b/easyrules-quartz/pom.xml @@ -4,7 +4,7 @@ org.easyrules easyrules - 2.0.1-SNAPSHOT + 2.1.0-SNAPSHOT easyrules-quartz diff --git a/easyrules-samples/pom.xml b/easyrules-samples/pom.xml index f50576d..88653c4 100644 --- a/easyrules-samples/pom.xml +++ b/easyrules-samples/pom.xml @@ -4,7 +4,7 @@ org.easyrules easyrules - 2.0.1-SNAPSHOT + 2.1.0-SNAPSHOT easyrules-samples diff --git a/pom.xml b/pom.xml index c004d81..48856f1 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.easyrules easyrules - 2.0.1-SNAPSHOT + 2.1.0-SNAPSHOT easyrules-core