diff --git a/README.md b/README.md index 613bc832..6d550ac5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](http://opensource.org/licenses/MIT) -[![Build Status](https://github.com/j-easy/easy-rules/workflows/Java%20CI/badge.svg)](https://github.com/j-easy/easy-rules/actions) +[![Build Status](https://github.com/opensrp/easy-rules/workflows/Java%20CI/badge.svg)](https://github.com/opensrp/easy-rules/actions) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.jeasy/easy-rules-core/badge.svg?style=flat)](http://search.maven.org/#artifactdetails|org.jeasy|easy-rules-core|4.1.0|) [![Javadoc](https://www.javadoc.io/badge/org.jeasy/easy-rules-core.svg)](http://www.javadoc.io/doc/org.jeasy/easy-rules-core) [![Project status](https://img.shields.io/badge/Project%20status-Maintenance-orange.svg)](https://img.shields.io/badge/Project%20status-Maintenance-orange.svg) @@ -24,7 +24,7 @@ Version 4.1.x is the only supported version. Please consider upgrading to this v ## Latest news -* 06/12/2020: Version 4.1 is out with a new module to support [Apache JEXL](https://commons.apache.org/proper/commons-jexl/) as an additional supported expression language! You can find all details about other changes in the [release notes](https://github.com/j-easy/easy-rules/releases). +* 06/12/2020: Version 4.1 is out with a new module to support [Apache JEXL](https://commons.apache.org/proper/commons-jexl/) as an additional supported expression language! You can find all details about other changes in the [release notes](https://github.com/opensrp/easy-rules/releases). ## What is Easy Rules? @@ -123,15 +123,15 @@ public class Test { } ``` -This is the hello world of Easy Rules. You can find other examples like the [Shop](https://github.com/j-easy/easy-rules/wiki/shop), [Airco](https://github.com/j-easy/easy-rules/wiki/air-conditioning) or [WebApp](https://github.com/j-easy/easy-rules/wiki/web-app) tutorials in the wiki. +This is the hello world of Easy Rules. You can find other examples like the [Shop](https://github.com/opensrp/easy-rules/wiki/shop), [Airco](https://github.com/opensrp/easy-rules/wiki/air-conditioning) or [WebApp](https://github.com/opensrp/easy-rules/wiki/web-app) tutorials in the wiki. ## Contribution You are welcome to contribute to the project with pull requests on GitHub. -Please note that Easy Rules is in [maintenance mode](https://github.com/j-easy/easy-rules#project-status), +Please note that Easy Rules is in [maintenance mode](https://github.com/opensrp/easy-rules#project-status), which means only pull requests for bug fixes will be considered. -If you believe you found a bug or have any question, please use the [issue tracker](https://github.com/j-easy/easy-rules/issues). +If you believe you found a bug or have any question, please use the [issue tracker](https://github.com/opensrp/easy-rules/issues). ## Awesome contributors diff --git a/easy-rules-archetype/pom.xml b/easy-rules-archetype/pom.xml index 995ebf02..811c352b 100755 --- a/easy-rules-archetype/pom.xml +++ b/easy-rules-archetype/pom.xml @@ -24,20 +24,20 @@ - git@github.com:j-easy/easy-rules.git - scm:git:git@github.com:j-easy/easy-rules.git - scm:git:git@github.com:j-easy/easy-rules.git + git@github.com:opensrp/easy-rules.git + scm:git:git@github.com:opensrp/easy-rules.git + scm:git:git@github.com:opensrp/easy-rules.git HEAD GitHub - https://github.com/j-easy/easy-rules/issues + https://github.com/opensrp/easy-rules/issues Github Actions - https://github.com/j-easy/easy-rules/actions + https://github.com/opensrp/easy-rules/actions diff --git a/easy-rules-core/pom.xml b/easy-rules-core/pom.xml index b3a0faf5..53efe5ec 100644 --- a/easy-rules-core/pom.xml +++ b/easy-rules-core/pom.xml @@ -14,20 +14,20 @@ Public API and core implementation of Easy Rules - git@github.com:j-easy/easy-rules.git - scm:git:git@github.com:j-easy/easy-rules.git - scm:git:git@github.com:j-easy/easy-rules.git + git@github.com:opensrp/easy-rules.git + scm:git:git@github.com:opensrp/easy-rules.git + scm:git:git@github.com:opensrp/easy-rules.git HEAD GitHub - https://github.com/j-easy/easy-rules/issues + https://github.com/opensrp/easy-rules/issues Github Actions - https://github.com/j-easy/easy-rules/actions + https://github.com/opensrp/easy-rules/actions diff --git a/easy-rules-jexl/pom.xml b/easy-rules-jexl/pom.xml index 837d9d17..341e5b0a 100644 --- a/easy-rules-jexl/pom.xml +++ b/easy-rules-jexl/pom.xml @@ -17,20 +17,20 @@ - git@github.com:j-easy/easy-rules.git - scm:git:git@github.com:j-easy/easy-rules.git - scm:git:git@github.com:j-easy/easy-rules.git + git@github.com:opensrp/easy-rules.git + scm:git:git@github.com:opensrp/easy-rules.git + scm:git:git@github.com:opensrp/easy-rules.git HEAD GitHub - https://github.com/j-easy/easy-rules/issues + https://github.com/opensrp/easy-rules/issues Github Actions - https://github.com/j-easy/easy-rules/actions + https://github.com/opensrp/easy-rules/actions diff --git a/easy-rules-mvel/pom.xml b/easy-rules-mvel/pom.xml index f762651f..eec5beb5 100644 --- a/easy-rules-mvel/pom.xml +++ b/easy-rules-mvel/pom.xml @@ -17,20 +17,20 @@ - git@github.com:j-easy/easy-rules.git - scm:git:git@github.com:j-easy/easy-rules.git - scm:git:git@github.com:j-easy/easy-rules.git + git@github.com:opensrp/easy-rules.git + scm:git:git@github.com:opensrp/easy-rules.git + scm:git:git@github.com:opensrp/easy-rules.git HEAD GitHub - https://github.com/j-easy/easy-rules/issues + https://github.com/opensrp/easy-rules/issues Github Actions - https://github.com/j-easy/easy-rules/actions + https://github.com/opensrp/easy-rules/actions diff --git a/easy-rules-spel/pom.xml b/easy-rules-spel/pom.xml index b03c8a73..4c951c7d 100644 --- a/easy-rules-spel/pom.xml +++ b/easy-rules-spel/pom.xml @@ -17,20 +17,20 @@ - git@github.com:j-easy/easy-rules.git - scm:git:git@github.com:j-easy/easy-rules.git - scm:git:git@github.com:j-easy/easy-rules.git + git@github.com:opensrp/easy-rules.git + scm:git:git@github.com:opensrp/easy-rules.git + scm:git:git@github.com:opensrp/easy-rules.git HEAD GitHub - https://github.com/j-easy/easy-rules/issues + https://github.com/opensrp/easy-rules/issues Github Actions - https://github.com/j-easy/easy-rules/actions + https://github.com/opensrp/easy-rules/actions diff --git a/easy-rules-support/pom.xml b/easy-rules-support/pom.xml index 3f03f053..940df947 100644 --- a/easy-rules-support/pom.xml +++ b/easy-rules-support/pom.xml @@ -13,20 +13,20 @@ Support classes module - git@github.com:j-easy/easy-rules.git - scm:git:git@github.com:j-easy/easy-rules.git - scm:git:git@github.com:j-easy/easy-rules.git + git@github.com:opensrp/easy-rules.git + scm:git:git@github.com:opensrp/easy-rules.git + scm:git:git@github.com:opensrp/easy-rules.git HEAD GitHub - https://github.com/j-easy/easy-rules/issues + https://github.com/opensrp/easy-rules/issues Github Actions - https://github.com/j-easy/easy-rules/actions + https://github.com/opensrp/easy-rules/actions diff --git a/easy-rules-tutorials/pom.xml b/easy-rules-tutorials/pom.xml index 3c01435b..1641f833 100644 --- a/easy-rules-tutorials/pom.xml +++ b/easy-rules-tutorials/pom.xml @@ -21,20 +21,20 @@ - git@github.com:j-easy/easy-rules.git - scm:git:git@github.com:j-easy/easy-rules.git - scm:git:git@github.com:j-easy/easy-rules.git + git@github.com:opensrp/easy-rules.git + scm:git:git@github.com:opensrp/easy-rules.git + scm:git:git@github.com:opensrp/easy-rules.git HEAD GitHub - https://github.com/j-easy/easy-rules/issues + https://github.com/opensrp/easy-rules/issues Github Actions - https://github.com/j-easy/easy-rules/actions + https://github.com/opensrp/easy-rules/actions diff --git a/pom.xml b/pom.xml index 07852d6a..081b955a 100644 --- a/pom.xml +++ b/pom.xml @@ -46,20 +46,20 @@ - git@github.com:j-easy/easy-rules.git - scm:git:git@github.com:j-easy/easy-rules.git - scm:git:git@github.com:j-easy/easy-rules.git + git@github.com:opensrp/easy-rules.git + scm:git:git@github.com:opensrp/easy-rules.git + scm:git:git@github.com:opensrp/easy-rules.git HEAD GitHub - https://github.com/j-easy/easy-rules/issues + https://github.com/opensrp/easy-rules/issues Github Actions - https://github.com/j-easy/easy-rules/actions + https://github.com/opensrp/easy-rules/actions