This is an automated email from the ASF dual-hosted git repository. juhan pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-cheques.git
commit 8b05cb81f79abab70d9581fdb9dd74581144c0a7 Author: Mark <[email protected]> AuthorDate: Fri Aug 25 17:02:29 2017 +0200 Change package to io.mifos Change description in README --- README.md | 4 ++-- shared.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ac2e2b..09d4485 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Mifos I/O Deposit Account Management +# Mifos I/O Cheques Management [](https://gitter.im/mifos-initiative/mifos.io?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -This project provides a services to create deposit accounts, e.g. checking, savings, and shares. +This project provides services to issue, validate cheques and execute transactions on them. ## Abstract Mifos I/O is an application framework for digital financial services, a system to support nationwide and cross-national financial transactions and help to level and speed the creation of an inclusive, interconnected digital economy for every nation in the world. diff --git a/shared.gradle b/shared.gradle index bddedf5..e9c3ef2 100644 --- a/shared.gradle +++ b/shared.gradle @@ -1,4 +1,4 @@ -group 'io.kuelap.cheques' +group 'io.mifos.cheques' version '0.1.0-BUILD-SNAPSHOT' ext.versions = [
