diff --git a/README.md b/README.md index 088ab8f..3a28e07 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 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. In order to use snapshot versions, you need to add the following maven repository in your `pom.xml`: +* The current development version is 2.0.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 3fca5c0..9634181 100644 --- a/easyrules-core/pom.xml +++ b/easyrules-core/pom.xml @@ -4,7 +4,7 @@ org.easyrules easyrules - 1.4.0-SNAPSHOT + 2.0.0-SNAPSHOT easyrules-core diff --git a/easyrules-jmx/pom.xml b/easyrules-jmx/pom.xml index b8eee63..946383b 100644 --- a/easyrules-jmx/pom.xml +++ b/easyrules-jmx/pom.xml @@ -4,7 +4,7 @@ org.easyrules easyrules - 1.4.0-SNAPSHOT + 2.0.0-SNAPSHOT easyrules-jmx diff --git a/easyrules-samples/pom.xml b/easyrules-samples/pom.xml index 6e87fd5..9f4f80e 100644 --- a/easyrules-samples/pom.xml +++ b/easyrules-samples/pom.xml @@ -4,7 +4,7 @@ org.easyrules easyrules - 1.4.0-SNAPSHOT + 2.0.0-SNAPSHOT easyrules-samples diff --git a/pom.xml b/pom.xml index 510222f..eebd4c5 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.easyrules easyrules - 1.4.0-SNAPSHOT + 2.0.0-SNAPSHOT easyrules-core