update project links

pull/55/head
Mahmoud Ben Hassine 9 years ago
parent aa4df613bb
commit 75fdbed606

@ -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) | |Project Home | [http://www.easyrules.org](http://www.easyrules.org) |
|Presentation | [https://speakerdeck.com/benas/easy-rules](https://speakerdeck.com/benas/easy-rules) | |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) | |Continuous integration| [Build job @ Travis CI](https://travis-ci.org/EasyRules/easyrules) |
|Agile Board | [Backlog items @ waffle.io](https://waffle.io/benas/easy-rules) | |Agile Board | [Backlog items @ waffle.io](https://waffle.io/EasyRules/easyrules) |
|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) | |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) | |Dependencies | [![Dependency Status](https://www.versioneye.com/user/projects/554db6eb8a8e5655d6000081/badge.svg?style=flat)](https://www.versioneye.com/user/projects/554db6eb8a8e5655d6000081) |
## Current version ## 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 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`: 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. 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 ## Awesome contributors

@ -24,20 +24,20 @@
</developers> </developers>
<scm> <scm>
<url>git@github.com:benas/easy-rules.git</url> <url>git@github.com:EasyRules/easyrules.git</url>
<connection>scm:git:git@github.com:benas/easy-rules.git</connection> <connection>scm:git:git@github.com:EasyRules/easyrules.git</connection>
<developerConnection>scm:git:git@github.com:benas/easy-rules.git</developerConnection> <developerConnection>scm:git:git@github.com:EasyRules/easyrules.git</developerConnection>
<tag>HEAD</tag> <tag>HEAD</tag>
</scm> </scm>
<issueManagement> <issueManagement>
<system>GitHub</system> <system>GitHub</system>
<url>https://github.com/benas/easy-rules/issues</url> <url>https://github.com/EasyRules/easyrules/issues</url>
</issueManagement> </issueManagement>
<ciManagement> <ciManagement>
<system>Travis CI</system> <system>Travis CI</system>
<url>https://travis-ci.org/benas/easy-rules</url> <url>https://travis-ci.org/EasyRules/easyrules</url>
</ciManagement> </ciManagement>
<licenses> <licenses>

@ -14,20 +14,20 @@
<description>Public API and core implementation of Easy Rules</description> <description>Public API and core implementation of Easy Rules</description>
<scm> <scm>
<url>git@github.com:benas/easy-rules.git</url> <url>git@github.com:EasyRules/easyrules.git</url>
<connection>scm:git:git@github.com:benas/easy-rules.git</connection> <connection>scm:git:git@github.com:EasyRules/easyrules.git</connection>
<developerConnection>scm:git:git@github.com:benas/easy-rules.git</developerConnection> <developerConnection>scm:git:git@github.com:EasyRules/easyrules.git</developerConnection>
<tag>HEAD</tag> <tag>HEAD</tag>
</scm> </scm>
<issueManagement> <issueManagement>
<system>GitHub</system> <system>GitHub</system>
<url>https://github.com/benas/easy-rules/issues</url> <url>https://github.com/EasyRules/easyrules/issues</url>
</issueManagement> </issueManagement>
<ciManagement> <ciManagement>
<system>Travis CI</system> <system>Travis CI</system>
<url>https://travis-ci.org/benas/easy-rules</url> <url>https://travis-ci.org/EasyRules/easyrules</url>
</ciManagement> </ciManagement>
<developers> <developers>

@ -14,20 +14,20 @@
<description>Module for rule monitoring and management through JMX</description> <description>Module for rule monitoring and management through JMX</description>
<scm> <scm>
<url>git@github.com:benas/easy-rules.git</url> <url>git@github.com:EasyRules/easyrules.git</url>
<connection>scm:git:git@github.com:benas/easy-rules.git</connection> <connection>scm:git:git@github.com:EasyRules/easyrules.git</connection>
<developerConnection>scm:git:git@github.com:benas/easy-rules.git</developerConnection> <developerConnection>scm:git:git@github.com:EasyRules/easyrules.git</developerConnection>
<tag>HEAD</tag> <tag>HEAD</tag>
</scm> </scm>
<issueManagement> <issueManagement>
<system>GitHub</system> <system>GitHub</system>
<url>https://github.com/benas/easy-rules/issues</url> <url>https://github.com/EasyRules/easyrules/issues</url>
</issueManagement> </issueManagement>
<ciManagement> <ciManagement>
<system>Travis CI</system> <system>Travis CI</system>
<url>https://travis-ci.org/benas/easy-rules</url> <url>https://travis-ci.org/EasyRules/easyrules</url>
</ciManagement> </ciManagement>
<developers> <developers>

@ -14,20 +14,20 @@
<description>Module providing support for engine scheduling using Quartz</description> <description>Module providing support for engine scheduling using Quartz</description>
<scm> <scm>
<url>git@github.com:benas/easy-rules.git</url> <url>git@github.com:EasyRules/easyrules.git</url>
<connection>scm:git:git@github.com:benas/easy-rules.git</connection> <connection>scm:git:git@github.com:EasyRules/easyrules.git</connection>
<developerConnection>scm:git:git@github.com:benas/easy-rules.git</developerConnection> <developerConnection>scm:git:git@github.com:EasyRules/easyrules.git</developerConnection>
<tag>HEAD</tag> <tag>HEAD</tag>
</scm> </scm>
<issueManagement> <issueManagement>
<system>GitHub</system> <system>GitHub</system>
<url>https://github.com/benas/easy-rules/issues</url> <url>https://github.com/EasyRules/easyrules/issues</url>
</issueManagement> </issueManagement>
<ciManagement> <ciManagement>
<system>Travis CI</system> <system>Travis CI</system>
<url>https://travis-ci.org/benas/easy-rules</url> <url>https://travis-ci.org/EasyRules/easyrules</url>
</ciManagement> </ciManagement>
<developers> <developers>

@ -14,20 +14,20 @@
<description>Module providing support for engine configuration using Spring</description> <description>Module providing support for engine configuration using Spring</description>
<scm> <scm>
<url>git@github.com:benas/easy-rules.git</url> <url>git@github.com:EasyRules/easyrules.git</url>
<connection>scm:git:git@github.com:benas/easy-rules.git</connection> <connection>scm:git:git@github.com:EasyRules/easyrules.git</connection>
<developerConnection>scm:git:git@github.com:benas/easy-rules.git</developerConnection> <developerConnection>scm:git:git@github.com:EasyRules/easyrules.git</developerConnection>
<tag>HEAD</tag> <tag>HEAD</tag>
</scm> </scm>
<issueManagement> <issueManagement>
<system>GitHub</system> <system>GitHub</system>
<url>https://github.com/benas/easy-rules/issues</url> <url>https://github.com/EasyRules/easyrules/issues</url>
</issueManagement> </issueManagement>
<ciManagement> <ciManagement>
<system>Travis CI</system> <system>Travis CI</system>
<url>https://travis-ci.org/benas/easy-rules</url> <url>https://travis-ci.org/EasyRules/easyrules</url>
</ciManagement> </ciManagement>
<developers> <developers>

@ -15,7 +15,6 @@
<modules> <modules>
<module>easyrules-archetype</module> <module>easyrules-archetype</module>
<module>easyrules-core</module> <module>easyrules-core</module>
<module>easyrules-samples</module>
<module>easyrules-jmx</module> <module>easyrules-jmx</module>
<module>easyrules-quartz</module> <module>easyrules-quartz</module>
<module>easyrules-spring</module> <module>easyrules-spring</module>
@ -35,33 +34,29 @@
<mockito.version>1.10.19</mockito.version> <mockito.version>1.10.19</mockito.version>
<quartz.version>2.2.2</quartz.version> <quartz.version>2.2.2</quartz.version>
<spring.version>4.2.3.RELEASE</spring.version> <spring.version>4.2.3.RELEASE</spring.version>
<servlet.version>3.1.0</servlet.version>
<maven-war-plugin.version>2.6</maven-war-plugin.version>
<maven-tomcat7-plugin.version>2.2</maven-tomcat7-plugin.version>
<maven-cobertura-plugin.version>2.7</maven-cobertura-plugin.version> <maven-cobertura-plugin.version>2.7</maven-cobertura-plugin.version>
<maven-coveralls-plugin.version>4.1.0</maven-coveralls-plugin.version> <maven-coveralls-plugin.version>4.1.0</maven-coveralls-plugin.version>
<maven-release-plugin.version>2.5.3</maven-release-plugin.version> <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
<maven-compiler-plugin.version>3.3</maven-compiler-plugin.version> <maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.19</maven-surefire-plugin.version> <maven-surefire-plugin.version>2.19</maven-surefire-plugin.version>
<maven-javadoc-plugin.version>2.10.3</maven-javadoc-plugin.version> <maven-javadoc-plugin.version>2.10.3</maven-javadoc-plugin.version>
<maven-exec-plugin.version>1.4.0</maven-exec-plugin.version>
</properties> </properties>
<scm> <scm>
<url>git@github.com:benas/easy-rules.git</url> <url>git@github.com:EasyRules/easyrules.git</url>
<connection>scm:git:git@github.com:benas/easy-rules.git</connection> <connection>scm:git:git@github.com:EasyRules/easyrules.git</connection>
<developerConnection>scm:git:git@github.com:benas/easy-rules.git</developerConnection> <developerConnection>scm:git:git@github.com:EasyRules/easyrules.git</developerConnection>
<tag>HEAD</tag> <tag>HEAD</tag>
</scm> </scm>
<issueManagement> <issueManagement>
<system>GitHub</system> <system>GitHub</system>
<url>https://github.com/benas/easy-rules/issues</url> <url>https://github.com/EasyRules/easyrules/issues</url>
</issueManagement> </issueManagement>
<ciManagement> <ciManagement>
<system>Travis CI</system> <system>Travis CI</system>
<url>https://travis-ci.org/benas/easy-rules</url> <url>https://travis-ci.org/EasyRules/easyrules</url>
</ciManagement> </ciManagement>
<developers> <developers>

Loading…
Cancel
Save