diff --git a/README.md b/README.md index e29b8f2..9940b8a 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,15 @@ This is exactly what Easy Rules does, it provides the `Rule` abstraction to crea |:---------------------|:-------------------------------------------------------------------------------------| |Project Home | [http://www.easyrules.org](http://www.easyrules.org) | |Presentation | [https://speakerdeck.com/benas/easy-rules](https://speakerdeck.com/benas/easy-rules) | -|Continuous integration| [Build job @ Travis CI](https://travis-ci.org/benas/easy-rules) | -|Agile Board | [Backlog items @ waffle.io](https://waffle.io/benas/easy-rules) | -|Code coverage | [![Coverage](https://coveralls.io/repos/benas/easy-rules/badge.svg?style=flat&branch=master&service=github)](https://coveralls.io/github/benas/easy-rules?branch=master) | +|Continuous integration| [Build job @ Travis CI](https://travis-ci.org/EasyRules/easyrules) | +|Agile Board | [Backlog items @ waffle.io](https://waffle.io/EasyRules/easyrules) | +|Code coverage | [![Coverage](https://coveralls.io/repos/EasyRules/easyrules/badge.svg?style=flat&branch=master&service=github)](https://coveralls.io/github/EasyRules/easyrules?branch=master) | |Dependencies | [![Dependency Status](https://www.versioneye.com/user/projects/554db6eb8a8e5655d6000081/badge.svg?style=flat)](https://www.versioneye.com/user/projects/554db6eb8a8e5655d6000081) | ## Current version * The current stable version is `2.1.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.1.0|) -* The current development version is `2.2.0-SNAPSHOT` : [![Build Status](https://travis-ci.org/benas/easy-rules.svg?branch=master)](https://travis-ci.org/benas/easy-rules) +* The current development version is `2.2.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`: @@ -47,9 +47,9 @@ In order to use snapshot versions, you need to add the following maven repositor You are welcome to contribute to the project with pull requests on GitHub. -If you found a bug or want to request a feature, please use the [issue tracker](https://github.com/benas/easy-rules/issues). +If you found a bug or want to request a feature, please use the [issue tracker](https://github.com/EasyRules/easyrules/issues). -For any further question, you can use the [Gitter](https://gitter.im/benas/easy-rules) channel of the project. +For any further question, you can use the [Gitter](https://gitter.im/EasyRules/easyrules) channel of the project. ## Awesome contributors diff --git a/easyrules-archetype/pom.xml b/easyrules-archetype/pom.xml index 5e66983..165a346 100755 --- a/easyrules-archetype/pom.xml +++ b/easyrules-archetype/pom.xml @@ -24,20 +24,20 @@ - git@github.com:benas/easy-rules.git - scm:git:git@github.com:benas/easy-rules.git - scm:git:git@github.com:benas/easy-rules.git + git@github.com:EasyRules/easyrules.git + scm:git:git@github.com:EasyRules/easyrules.git + scm:git:git@github.com:EasyRules/easyrules.git HEAD GitHub - https://github.com/benas/easy-rules/issues + https://github.com/EasyRules/easyrules/issues Travis CI - https://travis-ci.org/benas/easy-rules + https://travis-ci.org/EasyRules/easyrules diff --git a/easyrules-core/pom.xml b/easyrules-core/pom.xml index f641f74..e2cef0a 100644 --- a/easyrules-core/pom.xml +++ b/easyrules-core/pom.xml @@ -14,20 +14,20 @@ Public API and core implementation of Easy Rules - git@github.com:benas/easy-rules.git - scm:git:git@github.com:benas/easy-rules.git - scm:git:git@github.com:benas/easy-rules.git + git@github.com:EasyRules/easyrules.git + scm:git:git@github.com:EasyRules/easyrules.git + scm:git:git@github.com:EasyRules/easyrules.git HEAD GitHub - https://github.com/benas/easy-rules/issues + https://github.com/EasyRules/easyrules/issues Travis CI - https://travis-ci.org/benas/easy-rules + https://travis-ci.org/EasyRules/easyrules diff --git a/easyrules-jmx/pom.xml b/easyrules-jmx/pom.xml index 4e84ba2..bf3c69d 100644 --- a/easyrules-jmx/pom.xml +++ b/easyrules-jmx/pom.xml @@ -14,20 +14,20 @@ Module for rule monitoring and management through JMX - git@github.com:benas/easy-rules.git - scm:git:git@github.com:benas/easy-rules.git - scm:git:git@github.com:benas/easy-rules.git + git@github.com:EasyRules/easyrules.git + scm:git:git@github.com:EasyRules/easyrules.git + scm:git:git@github.com:EasyRules/easyrules.git HEAD GitHub - https://github.com/benas/easy-rules/issues + https://github.com/EasyRules/easyrules/issues Travis CI - https://travis-ci.org/benas/easy-rules + https://travis-ci.org/EasyRules/easyrules diff --git a/easyrules-quartz/pom.xml b/easyrules-quartz/pom.xml index e546fee..834eb8a 100644 --- a/easyrules-quartz/pom.xml +++ b/easyrules-quartz/pom.xml @@ -14,20 +14,20 @@ Module providing support for engine scheduling using Quartz - git@github.com:benas/easy-rules.git - scm:git:git@github.com:benas/easy-rules.git - scm:git:git@github.com:benas/easy-rules.git + git@github.com:EasyRules/easyrules.git + scm:git:git@github.com:EasyRules/easyrules.git + scm:git:git@github.com:EasyRules/easyrules.git HEAD GitHub - https://github.com/benas/easy-rules/issues + https://github.com/EasyRules/easyrules/issues Travis CI - https://travis-ci.org/benas/easy-rules + https://travis-ci.org/EasyRules/easyrules diff --git a/easyrules-spring/pom.xml b/easyrules-spring/pom.xml index 4f30415..088a9c9 100755 --- a/easyrules-spring/pom.xml +++ b/easyrules-spring/pom.xml @@ -14,20 +14,20 @@ Module providing support for engine configuration using Spring - git@github.com:benas/easy-rules.git - scm:git:git@github.com:benas/easy-rules.git - scm:git:git@github.com:benas/easy-rules.git + git@github.com:EasyRules/easyrules.git + scm:git:git@github.com:EasyRules/easyrules.git + scm:git:git@github.com:EasyRules/easyrules.git HEAD GitHub - https://github.com/benas/easy-rules/issues + https://github.com/EasyRules/easyrules/issues Travis CI - https://travis-ci.org/benas/easy-rules + https://travis-ci.org/EasyRules/easyrules diff --git a/pom.xml b/pom.xml index 9789490..1dbc5ce 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,6 @@ easyrules-archetype easyrules-core - easyrules-samples easyrules-jmx easyrules-quartz easyrules-spring @@ -35,33 +34,29 @@ 1.10.19 2.2.2 4.2.3.RELEASE - 3.1.0 - 2.6 - 2.2 2.7 4.1.0 2.5.3 3.3 2.19 2.10.3 - 1.4.0 - git@github.com:benas/easy-rules.git - scm:git:git@github.com:benas/easy-rules.git - scm:git:git@github.com:benas/easy-rules.git + git@github.com:EasyRules/easyrules.git + scm:git:git@github.com:EasyRules/easyrules.git + scm:git:git@github.com:EasyRules/easyrules.git HEAD GitHub - https://github.com/benas/easy-rules/issues + https://github.com/EasyRules/easyrules/issues Travis CI - https://travis-ci.org/benas/easy-rules + https://travis-ci.org/EasyRules/easyrules