Skip to content

Commit

Permalink
Update github url
Browse files Browse the repository at this point in the history
  • Loading branch information
SebaMutuku committed Jun 12, 2024
1 parent ac2b7a4 commit 3f8ac20
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 45 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div align="center">

[![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)
Expand All @@ -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?

Expand Down Expand Up @@ -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

Expand Down
10 changes: 5 additions & 5 deletions easy-rules-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
</developers>

<scm>
<url>git@github.com:j-easy/easy-rules.git</url>
<connection>scm:git:git@github.com:j-easy/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection>
<url>git@github.com:opensrp/easy-rules.git</url>
<connection>scm:git:git@github.com:opensrp/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:opensrp/easy-rules.git</developerConnection>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/j-easy/easy-rules/issues</url>
<url>https://github.com/opensrp/easy-rules/issues</url>
</issueManagement>

<ciManagement>
<system>Github Actions</system>
<url>https://github.com/j-easy/easy-rules/actions</url>
<url>https://github.com/opensrp/easy-rules/actions</url>
</ciManagement>

<licenses>
Expand Down
10 changes: 5 additions & 5 deletions easy-rules-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@
<description>Public API and core implementation of Easy Rules</description>

<scm>
<url>git@github.com:j-easy/easy-rules.git</url>
<connection>scm:git:git@github.com:j-easy/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection>
<url>git@github.com:opensrp/easy-rules.git</url>
<connection>scm:git:git@github.com:opensrp/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:opensrp/easy-rules.git</developerConnection>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/j-easy/easy-rules/issues</url>
<url>https://github.com/opensrp/easy-rules/issues</url>
</issueManagement>

<ciManagement>
<system>Github Actions</system>
<url>https://github.com/j-easy/easy-rules/actions</url>
<url>https://github.com/opensrp/easy-rules/actions</url>
</ciManagement>

<developers>
Expand Down
10 changes: 5 additions & 5 deletions easy-rules-jexl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
</properties>

<scm>
<url>git@github.com:j-easy/easy-rules.git</url>
<connection>scm:git:git@github.com:j-easy/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection>
<url>git@github.com:opensrp/easy-rules.git</url>
<connection>scm:git:git@github.com:opensrp/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:opensrp/easy-rules.git</developerConnection>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/j-easy/easy-rules/issues</url>
<url>https://github.com/opensrp/easy-rules/issues</url>
</issueManagement>

<ciManagement>
<system>Github Actions</system>
<url>https://github.com/j-easy/easy-rules/actions</url>
<url>https://github.com/opensrp/easy-rules/actions</url>
</ciManagement>

<developers>
Expand Down
10 changes: 5 additions & 5 deletions easy-rules-mvel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
</properties>

<scm>
<url>git@github.com:j-easy/easy-rules.git</url>
<connection>scm:git:git@github.com:j-easy/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection>
<url>git@github.com:opensrp/easy-rules.git</url>
<connection>scm:git:git@github.com:opensrp/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:opensrp/easy-rules.git</developerConnection>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/j-easy/easy-rules/issues</url>
<url>https://github.com/opensrp/easy-rules/issues</url>
</issueManagement>

<ciManagement>
<system>Github Actions</system>
<url>https://github.com/j-easy/easy-rules/actions</url>
<url>https://github.com/opensrp/easy-rules/actions</url>
</ciManagement>

<developers>
Expand Down
10 changes: 5 additions & 5 deletions easy-rules-spel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@
</properties>

<scm>
<url>git@github.com:j-easy/easy-rules.git</url>
<connection>scm:git:git@github.com:j-easy/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection>
<url>git@github.com:opensrp/easy-rules.git</url>
<connection>scm:git:git@github.com:opensrp/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:opensrp/easy-rules.git</developerConnection>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/j-easy/easy-rules/issues</url>
<url>https://github.com/opensrp/easy-rules/issues</url>
</issueManagement>

<ciManagement>
<system>Github Actions</system>
<url>https://github.com/j-easy/easy-rules/actions</url>
<url>https://github.com/opensrp/easy-rules/actions</url>
</ciManagement>

<developers>
Expand Down
10 changes: 5 additions & 5 deletions easy-rules-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
<description>Support classes module</description>

<scm>
<url>git@github.com:j-easy/easy-rules.git</url>
<connection>scm:git:git@github.com:j-easy/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection>
<url>git@github.com:opensrp/easy-rules.git</url>
<connection>scm:git:git@github.com:opensrp/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:opensrp/easy-rules.git</developerConnection>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/j-easy/easy-rules/issues</url>
<url>https://github.com/opensrp/easy-rules/issues</url>
</issueManagement>

<ciManagement>
<system>Github Actions</system>
<url>https://github.com/j-easy/easy-rules/actions</url>
<url>https://github.com/opensrp/easy-rules/actions</url>
</ciManagement>

<developers>
Expand Down
10 changes: 5 additions & 5 deletions easy-rules-tutorials/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
</properties>

<scm>
<url>git@github.com:j-easy/easy-rules.git</url>
<connection>scm:git:git@github.com:j-easy/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection>
<url>git@github.com:opensrp/easy-rules.git</url>
<connection>scm:git:git@github.com:opensrp/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:opensrp/easy-rules.git</developerConnection>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/j-easy/easy-rules/issues</url>
<url>https://github.com/opensrp/easy-rules/issues</url>
</issueManagement>

<ciManagement>
<system>Github Actions</system>
<url>https://github.com/j-easy/easy-rules/actions</url>
<url>https://github.com/opensrp/easy-rules/actions</url>
</ciManagement>

<developers>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@
</properties>

<scm>
<url>git@github.com:j-easy/easy-rules.git</url>
<connection>scm:git:git@github.com:j-easy/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:j-easy/easy-rules.git</developerConnection>
<url>git@github.com:opensrp/easy-rules.git</url>
<connection>scm:git:git@github.com:opensrp/easy-rules.git</connection>
<developerConnection>scm:git:git@github.com:opensrp/easy-rules.git</developerConnection>
<tag>HEAD</tag>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/j-easy/easy-rules/issues</url>
<url>https://github.com/opensrp/easy-rules/issues</url>
</issueManagement>

<ciManagement>
<system>Github Actions</system>
<url>https://github.com/j-easy/easy-rules/actions</url>
<url>https://github.com/opensrp/easy-rules/actions</url>
</ciManagement>

<developers>
Expand Down

0 comments on commit 3f8ac20

Please sign in to comment.