update version to 2.1.0-SNAPSHOT

pull/27/head
Mahmoud Ben Hassine 10 years ago
parent c087c7813c
commit 9955c9e18d

@ -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
<repositories>

@ -4,7 +4,7 @@
<parent>
<groupId>org.easyrules</groupId>
<artifactId>easyrules</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>
<artifactId>easyrules-core</artifactId>

@ -4,7 +4,7 @@
<parent>
<groupId>org.easyrules</groupId>
<artifactId>easyrules</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>
<artifactId>easyrules-jmx</artifactId>

@ -4,7 +4,7 @@
<parent>
<groupId>org.easyrules</groupId>
<artifactId>easyrules</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>
<artifactId>easyrules-quartz</artifactId>

@ -4,7 +4,7 @@
<parent>
<groupId>org.easyrules</groupId>
<artifactId>easyrules</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
</parent>
<artifactId>easyrules-samples</artifactId>

@ -10,7 +10,7 @@
<groupId>org.easyrules</groupId>
<artifactId>easyrules</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.1.0-SNAPSHOT</version>
<modules>
<module>easyrules-core</module>

Loading…
Cancel
Save