[fineract-cn-test] 01/01: Merge pull request #1 from myrle-krantz/develop

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-test.git

commit 84b27091f7ef770323b99d06a869ae90bae875a8
Merge: 3f53d9d 4f0b946
Author: Myrle Krantz 
AuthorDate: Mon Feb 26 18:37:08 2018 +0100

Merge pull request #1 from myrle-krantz/develop

updating artifact ids to apache fineract from mifos io

 build.gradle | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[fineract-cn-test] branch develop updated (3f53d9d -> 84b2709)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-test.git.


from 3f53d9d  Merge pull request #12 from myrle-krantz/develop
 add 4f0b946  updating artifact ids to apache fineract from mifos io
 new 84b2709  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-test/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-template/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-teller] branch develop updated (b679783 -> 2a34474)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-teller.git.


from b679783  Merge pull request #28 from markusgeiss/develop
 add 7756f13  updating artifact ids to apache fineract from mifos io
 add 58040b6  fixing executability of gradlew under linux
 new 2a34474  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api/build.gradle|  4 ++--
 build.gradle|  2 +-
 component-test/build.gradle | 12 ++--
 gradlew |  0
 service/build.gradle| 26 +-
 shared.gradle   |  4 ++--
 6 files changed, 24 insertions(+), 24 deletions(-)
 mode change 100644 => 100755 gradlew

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[fineract-cn-template] branch develop updated (08f8419 -> 01062a3)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-template.git.


from 08f8419  Merge pull request #5 from myrle-krantz/develop
 add 1c25310  updating artifact ids to apache fineract from mifos io
 new 01062a3  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api/build.gradle|  4 ++--
 build.gradle|  2 +-
 component-test/build.gradle | 12 ++--
 service/build.gradle| 14 +++---
 shared.gradle   |  4 ++--
 5 files changed, 18 insertions(+), 18 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz closed pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz closed pull request #1: updating artifact ids to apache fineract 
from mifos io
URL: https://github.com/apache/fineract-cn-teller/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/api/build.gradle b/api/build.gradle
index 17c6648..1ed9d2b 100644
--- a/api/build.gradle
+++ b/api/build.gradle
@@ -17,13 +17,13 @@ apply from: '../shared.gradle'
 dependencies {
 compile(
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-feign'],
-[group: 'io.mifos.core', name: 'api', version: 
versions.frameworkapi],
+[group: 'org.apache.fineract.cn', name: 'api', version: 
versions.frameworkapi],
 [group: 'org.hibernate', name: 'hibernate-validator', version: 
versions.validator],
 [group: 'org.hibernate', name: 
'hibernate-validator-annotation-processor', version: versions.validator]
 )
 
 testCompile(
-[group: 'io.mifos.core', name: 'test', version: 
versions.frameworktest],
+[group: 'org.apache.fineract.cn', name: 'test', version: 
versions.frameworktest],
 )
 }
 
diff --git a/build.gradle b/build.gradle
index b30bd55..b82a3b2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,4 +1,4 @@
-group 'io.mifos'
+group 'org.apache.fineract.cn'
 
 task publishApiToMavenLocal {
 dependsOn gradle.includedBuild('api').task(':publishToMavenLocal')
diff --git a/component-test/build.gradle b/component-test/build.gradle
index 26359e5..c5151ea 100644
--- a/component-test/build.gradle
+++ b/component-test/build.gradle
@@ -19,12 +19,12 @@ apply from: '../shared.gradle'
 
 dependencies {
 compile(
-[group: 'io.mifos.teller', name: 'api', version: project.version],
-[group: 'io.mifos.teller', name: 'service', version: 
project.version],
-[group: 'io.mifos.anubis', name: 'test', version: 
versions.frameworkanubis],
-[group: 'io.mifos.core', name: 'api', version: 
versions.frameworkapi],
-[group: 'io.mifos.core', name: 'test', version: 
versions.frameworktest],
-[group: 'io.mifos.core', name: 'lang', version: 
versions.frameworklang],
+[group: 'org.apache.fineract.cn.teller', name: 'api', version: 
project.version],
+[group: 'org.apache.fineract.cn.teller', name: 'service', version: 
project.version],
+[group: 'org.apache.fineract.cn.anubis', name: 'test', version: 
versions.frameworkanubis],
+[group: 'org.apache.fineract.cn', name: 'api', version: 
versions.frameworkapi],
+[group: 'org.apache.fineract.cn', name: 'test', version: 
versions.frameworktest],
+[group: 'org.apache.fineract.cn', name: 'lang', version: 
versions.frameworklang],
 [group: 'org.springframework.boot', name: 
'spring-boot-starter-test']
 )
 }
diff --git a/gradlew b/gradlew
old mode 100644
new mode 100755
diff --git a/service/build.gradle b/service/build.gradle
index c61f508..31d2679 100644
--- a/service/build.gradle
+++ b/service/build.gradle
@@ -30,20 +30,20 @@ dependencies {
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-config'],
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-eureka'],
 [group: 'org.springframework.boot', name: 
'spring-boot-starter-jetty'],
-[group: 'io.mifos.teller', name: 'api', version: project.version],
-[group: 'io.mifos.office', name: 'api', version: 
versions.frameworkoffice],
-[group: 'io.mifos.accounting', name: 'api', version: 
versions.frameworkaccounting],
-[group: 'io.mifos.deposit-account-management', name: 'api', 
version: versions.frameworkdeposit],
-[group: 'io.mifos.cheques', name: 'api', version: 
versions.frameworkcheque],
-[group: 'io.mifos.portfolio', name: 'api', version: 
versions.frameworkportfolio],
-[group: 'io.mifos.anubis', name: 'library', version: 
versions.frameworkanubis],
+[group: 'org.apache.fineract.cn.teller', name: 'api', version: 
project.version],
+[group: 'org.apache.fineract.cn.office', name: 'api', version: 
versions.frameworkoffice],
+[group: 'org.apache.fineract.cn.accounting', name: 'api', version: 
versions.frameworkaccounting],
+[group: 'org.apache.fineract.cn.deposit-account-management', name: 
'api', version: versions.frameworkdeposit],
+[group: 'org.apache.fineract.cn.cheques', name: 'api', version: 
versions.frameworkcheque],
+[group: 'org.apache.fineract.cn.portfolio', name: 'api', version: 
versions.frameworkportfolio],
+[group: 'org.apache.fineract.cn.anubis', name: 'library', version: 
versions.frameworkanubis],
 

[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-teller/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-service-starter] 01/01: Merge pull request #1 from myrle-krantz/develop

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository 
https://gitbox.apache.org/repos/asf/fineract-cn-service-starter.git

commit 06ccacbdee4624304bd2b1c0dd560bac0c1a39dc
Merge: 008380d 963b14c
Author: Myrle Krantz 
AuthorDate: Mon Feb 26 18:35:53 2018 +0100

Merge pull request #1 from myrle-krantz/develop

updating artifact ids to apache fineract from mifos io

 build.gradle | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz closed pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz closed pull request #1: updating artifact ids to apache fineract 
from mifos io
URL: https://github.com/apache/fineract-cn-service-starter/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/build.gradle b/build.gradle
index b77a0d4..6f3b8a2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -12,7 +12,7 @@ plugins {
 id 'com.github.hierynomus.license' version '0.13.1'
 }
 
-group 'io.mifos'
+group 'org.apache.fineract.cn'
 version '0.1.0-BUILD-SNAPSHOT'
 
 ext.versions = [
@@ -49,9 +49,9 @@ dependencyManagement {
 dependencies {
 compile(
 [group: 'com.google.code.findbugs', name: 'jsr305'],
-[group: 'io.mifos.core', name: 'api', version: 
versions.frameworkapi],
-[group: 'io.mifos.core', name: 'test', version: 
versions.frameworktest],
-[group: 'io.mifos.anubis', name: 'test', version: 
versions.frameworkanubis],
+[group: 'org.apache.fineract.cn', name: 'api', version: 
versions.frameworkapi],
+[group: 'org.apache.fineract.cn', name: 'test', version: 
versions.frameworktest],
+[group: 'org.apache.fineract.cn.anubis', name: 'test', version: 
versions.frameworkanubis],
 [group: 'org.eclipse.aether', name: 'aether-api', version: 
'1.1.0'],
 [group: 'org.eclipse.aether', name: 'aether-spi', version: 
'1.1.0'],
 [group: 'org.eclipse.aether', name: 'aether-util', version: 
'1.1.0'],
@@ -96,4 +96,4 @@ publishing {
 version project.version
 }
 }
-}
\ No newline at end of file
+}


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-service-starter/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-rhythm] 01/01: Merge pull request #2 from myrle-krantz/develop

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-rhythm.git

commit 769ad12001db2d1e28ffeb33703eda71f0f99ba2
Merge: 2e00a9c 71bc7da
Author: Myrle Krantz 
AuthorDate: Mon Feb 26 18:35:30 2018 +0100

Merge pull request #2 from myrle-krantz/develop

updating artifact ids to apache fineract from mifos io

 api/build.gradle|  4 ++--
 build.gradle|  2 +-
 component-test/build.gradle | 12 ++--
 service/build.gradle| 20 ++--
 shared.gradle   |  2 +-
 spi/build.gradle|  8 
 6 files changed, 24 insertions(+), 24 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz opened a new pull request #2: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #2: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-rhythm/pull/2
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-reporting] 01/01: Merge pull request #1 from myrle-krantz/develop

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-reporting.git

commit 9b36fe471e98d3448517b9aa0c7250066c792cd1
Merge: de1fa38 b7f357e
Author: Myrle Krantz 
AuthorDate: Mon Feb 26 18:35:09 2018 +0100

Merge pull request #1 from myrle-krantz/develop

updating artifact ids to apache fineract from mifos io

 api/build.gradle|  4 ++--
 build.gradle|  2 +-
 component-test/build.gradle | 12 ++--
 service/build.gradle| 14 +++---
 shared.gradle   |  4 ++--
 5 files changed, 18 insertions(+), 18 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz closed pull request #2: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz closed pull request #2: updating artifact ids to apache fineract 
from mifos io
URL: https://github.com/apache/fineract-cn-rhythm/pull/2
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/api/build.gradle b/api/build.gradle
index 17c6648..1ed9d2b 100644
--- a/api/build.gradle
+++ b/api/build.gradle
@@ -17,13 +17,13 @@ apply from: '../shared.gradle'
 dependencies {
 compile(
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-feign'],
-[group: 'io.mifos.core', name: 'api', version: 
versions.frameworkapi],
+[group: 'org.apache.fineract.cn', name: 'api', version: 
versions.frameworkapi],
 [group: 'org.hibernate', name: 'hibernate-validator', version: 
versions.validator],
 [group: 'org.hibernate', name: 
'hibernate-validator-annotation-processor', version: versions.validator]
 )
 
 testCompile(
-[group: 'io.mifos.core', name: 'test', version: 
versions.frameworktest],
+[group: 'org.apache.fineract.cn', name: 'test', version: 
versions.frameworktest],
 )
 }
 
diff --git a/build.gradle b/build.gradle
index 30d52dc..dacd858 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,4 +1,4 @@
-group 'io.mifos'
+group 'org.apache.fineract.cn'
 
 task publishApiToMavenLocal {
 dependsOn gradle.includedBuild('api').task(':publishToMavenLocal')
diff --git a/component-test/build.gradle b/component-test/build.gradle
index aafa066..6a02116 100644
--- a/component-test/build.gradle
+++ b/component-test/build.gradle
@@ -19,12 +19,12 @@ apply from: '../shared.gradle'
 
 dependencies {
 compile(
-[group: 'io.mifos.rhythm', name: 'api', version: project.version],
-[group: 'io.mifos.rhythm', name: 'service', version: 
project.version],
-[group: 'io.mifos.anubis', name: 'test', version: 
versions.frameworkanubis],
-[group: 'io.mifos.core', name: 'api', version: 
versions.frameworkapi],
-[group: 'io.mifos.core', name: 'test', version: 
versions.frameworktest],
-[group: 'io.mifos.core', name: 'lang', version: 
versions.frameworklang],
+[group: 'org.apache.fineract.cn.rhythm', name: 'api', version: 
project.version],
+[group: 'org.apache.fineract.cn.rhythm', name: 'service', version: 
project.version],
+[group: 'org.apache.fineract.cn.anubis', name: 'test', version: 
versions.frameworkanubis],
+[group: 'org.apache.fineract.cn', name: 'api', version: 
versions.frameworkapi],
+[group: 'org.apache.fineract.cn', name: 'test', version: 
versions.frameworktest],
+[group: 'org.apache.fineract.cn', name: 'lang', version: 
versions.frameworklang],
 [group: 'org.springframework.boot', name: 
'spring-boot-starter-test']
 )
 }
diff --git a/service/build.gradle b/service/build.gradle
index 98c8036..883cef7 100644
--- a/service/build.gradle
+++ b/service/build.gradle
@@ -30,17 +30,17 @@ dependencies {
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-config'],
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-eureka'],
 [group: 'org.springframework.boot', name: 
'spring-boot-starter-jetty'],
-[group: 'io.mifos.rhythm', name: 'api', version: project.version],
-[group: 'io.mifos.rhythm', name: 'spi', version: project.version],
-[group: 'io.mifos.anubis', name: 'library', version: 
versions.frameworkanubis],
-[group: 'io.mifos.identity', name: 'api', version: 
versions.identity],
-[group: 'io.mifos.permitted-feign-client', name: 'library', 
version: versions.frameworkpermittedfeignclient],
+[group: 'org.apache.fineract.cn.rhythm', name: 'api', version: 
project.version],
+[group: 'org.apache.fineract.cn.rhythm', name: 'spi', version: 
project.version],
+[group: 'org.apache.fineract.cn.anubis', name: 'library', version: 
versions.frameworkanubis],
+[group: 'org.apache.fineract.cn.identity', name: 'api', version: 
versions.identity],
+[group: 'org.apache.fineract.cn.permitted-feign-client', name: 
'library', version: versions.frameworkpermittedfeignclient],
 [group: 'com.google.code.gson', name: 'gson'],
-[group: 'io.mifos.core', name: 'lang', version: 
versions.frameworklang],
-[group: 'io.mifos.core', name: 'async', version: 
versions.frameworkasync],
-[group: 'io.mifos.core', name: 'cassandra', version: 
versions.frameworkcassandra],
-[group: 'io.mifos.core', name: 'mariadb', version: 
versions.frameworkmariadb],
-[group: 'io.mifos.core', name: 'command', version: 

[fineract-cn-provisioner] branch develop updated (d5e8876 -> 4a4168a)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-provisioner.git.


from d5e8876  Merge pull request #1 from myrlen/develop
 add 89c47ac  updating artifact ids to apache fineract from mifos io
 new 4a4168a  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api/build.gradle|  6 +++---
 build.gradle|  4 ++--
 component-test/build.gradle | 18 +-
 service/build.gradle| 26 +-
 shared.gradle   |  4 ++--
 5 files changed, 29 insertions(+), 29 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-reporting/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-reporting] branch develop updated (de1fa38 -> 9b36fe4)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-reporting.git.


from de1fa38  Merge branch 'develop' of 
https://github.com/mifosio/reporting into develop
 add b7f357e  updating artifact ids to apache fineract from mifos io
 new 9b36fe4  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api/build.gradle|  4 ++--
 build.gradle|  2 +-
 component-test/build.gradle | 12 ++--
 service/build.gradle| 14 +++---
 shared.gradle   |  4 ++--
 5 files changed, 18 insertions(+), 18 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-permitted-feign-client/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-payroll] 01/01: Merge pull request #1 from myrle-krantz/develop

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-payroll.git

commit ae11bb9149a72c0a6e4122c765f0a898bca9dace
Merge: 8405db3 50d905b
Author: Myrle Krantz 
AuthorDate: Mon Feb 26 18:33:40 2018 +0100

Merge pull request #1 from myrle-krantz/develop

updating artifact ids to apache fineract from mifos io

 api/build.gradle|  4 ++--
 build.gradle|  2 +-
 component-test/build.gradle | 12 ++--
 service/build.gradle| 18 +-
 shared.gradle   |  4 ++--
 5 files changed, 20 insertions(+), 20 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz opened a new pull request #2: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #2: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-portfolio/pull/2
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-provisioner/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-portfolio] branch develop updated (05572e4 -> 2c74040)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-portfolio.git.


from 05572e4  Merge pull request #1 from crain/develop
 add 048993f  updating artifact ids to apache fineract from mifos io
 new 2c74040  Merge pull request #2 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api/build.gradle|  4 ++--
 build.gradle|  4 ++--
 component-test/build.gradle | 12 ++--
 service/build.gradle| 24 
 shared.gradle   |  2 +-
 5 files changed, 23 insertions(+), 23 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[fineract-cn-permitted-feign-client] 01/01: Merge pull request #1 from myrle-krantz/develop

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository 
https://gitbox.apache.org/repos/asf/fineract-cn-permitted-feign-client.git

commit 28e8752732fd2b56401a252f56c2738deb6ef800
Merge: 5dae487 38c1e0c
Author: Myrle Krantz 
AuthorDate: Mon Feb 26 18:34:01 2018 +0100

Merge pull request #1 from myrle-krantz/develop

updating artifact ids to apache fineract from mifos io

 another-for-test/build.gradle |  8 
 api/build.gradle  |  6 +++---
 build.gradle  |  2 +-
 component-test/build.gradle   | 12 ++--
 library/build.gradle  | 12 ++--
 shared.gradle |  6 +++---
 6 files changed, 23 insertions(+), 23 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[fineract-cn-payroll] branch develop updated (8405db3 -> ae11bb9)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-payroll.git.


from 8405db3  Merge pull request #6 from markusgeiss/develop
 add 50d905b  updating artifact ids to apache fineract from mifos io
 new ae11bb9  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api/build.gradle|  4 ++--
 build.gradle|  2 +-
 component-test/build.gradle | 12 ++--
 service/build.gradle| 18 +-
 shared.gradle   |  4 ++--
 5 files changed, 20 insertions(+), 20 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz closed pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz closed pull request #1: updating artifact ids to apache fineract 
from mifos io
URL: https://github.com/apache/fineract-cn-payroll/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/api/build.gradle b/api/build.gradle
index 17c6648..1ed9d2b 100644
--- a/api/build.gradle
+++ b/api/build.gradle
@@ -17,13 +17,13 @@ apply from: '../shared.gradle'
 dependencies {
 compile(
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-feign'],
-[group: 'io.mifos.core', name: 'api', version: 
versions.frameworkapi],
+[group: 'org.apache.fineract.cn', name: 'api', version: 
versions.frameworkapi],
 [group: 'org.hibernate', name: 'hibernate-validator', version: 
versions.validator],
 [group: 'org.hibernate', name: 
'hibernate-validator-annotation-processor', version: versions.validator]
 )
 
 testCompile(
-[group: 'io.mifos.core', name: 'test', version: 
versions.frameworktest],
+[group: 'org.apache.fineract.cn', name: 'test', version: 
versions.frameworktest],
 )
 }
 
diff --git a/build.gradle b/build.gradle
index b30bd55..b82a3b2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,4 +1,4 @@
-group 'io.mifos'
+group 'org.apache.fineract.cn'
 
 task publishApiToMavenLocal {
 dependsOn gradle.includedBuild('api').task(':publishToMavenLocal')
diff --git a/component-test/build.gradle b/component-test/build.gradle
index 4e0cc53..83583a1 100644
--- a/component-test/build.gradle
+++ b/component-test/build.gradle
@@ -19,12 +19,12 @@ apply from: '../shared.gradle'
 
 dependencies {
 compile(
-[group: 'io.mifos.payroll', name: 'api', version: project.version],
-[group: 'io.mifos.payroll', name: 'service', version: 
project.version],
-[group: 'io.mifos.anubis', name: 'test', version: 
versions.frameworkanubis],
-[group: 'io.mifos.core', name: 'api', version: 
versions.frameworkapi],
-[group: 'io.mifos.core', name: 'test', version: 
versions.frameworktest],
-[group: 'io.mifos.core', name: 'lang', version: 
versions.frameworklang],
+[group: 'org.apache.fineract.cn.payroll', name: 'api', version: 
project.version],
+[group: 'org.apache.fineract.cn.payroll', name: 'service', 
version: project.version],
+[group: 'org.apache.fineract.cn.anubis', name: 'test', version: 
versions.frameworkanubis],
+[group: 'org.apache.fineract.cn', name: 'api', version: 
versions.frameworkapi],
+[group: 'org.apache.fineract.cn', name: 'test', version: 
versions.frameworktest],
+[group: 'org.apache.fineract.cn', name: 'lang', version: 
versions.frameworklang],
 [group: 'org.springframework.boot', name: 
'spring-boot-starter-test']
 )
 }
diff --git a/service/build.gradle b/service/build.gradle
index 65e1431..f90732b 100644
--- a/service/build.gradle
+++ b/service/build.gradle
@@ -30,16 +30,16 @@ dependencies {
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-config'],
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-eureka'],
 [group: 'org.springframework.boot', name: 
'spring-boot-starter-jetty'],
-[group: 'io.mifos.payroll', name: 'api', version: project.version],
-[group: 'io.mifos.accounting', name: 'api', version: 
versions.frameworkaccounting],
-[group: 'io.mifos.customer', name: 'api', version: 
versions.frameworkcustomer],
-[group: 'io.mifos.anubis', name: 'library', version: 
versions.frameworkanubis],
+[group: 'org.apache.fineract.cn.payroll', name: 'api', version: 
project.version],
+[group: 'org.apache.fineract.cn.accounting', name: 'api', version: 
versions.frameworkaccounting],
+[group: 'org.apache.fineract.cn.customer', name: 'api', version: 
versions.frameworkcustomer],
+[group: 'org.apache.fineract.cn.anubis', name: 'library', version: 
versions.frameworkanubis],
 [group: 'com.google.code.gson', name: 'gson'],
-[group: 'io.mifos.core', name: 'lang', version: 
versions.frameworklang],
-[group: 'io.mifos.core', name: 'async', version: 
versions.frameworkasync],
-[group: 'io.mifos.core', name: 'cassandra', version: 
versions.frameworkcassandra],
-[group: 'io.mifos.core', name: 'mariadb', version: 
versions.frameworkmariadb],
-[group: 'io.mifos.core', name: 'command', version: 
versions.frameworkcommand],
+[group: 'org.apache.fineract.cn', name: 'lang', version: 
versions.frameworklang],
+[group: 'org.apache.fineract.cn', name: 'async', version: 

[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-payroll/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-office] branch develop updated (12e2613 -> 83dbe72)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-office.git.


from 12e2613  Merge pull request #2 from markusgeiss/develop
 add 2755dbd  updating artifact ids to apache fineract from mifos io
 new 83dbe72  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api/build.gradle|  2 +-
 build.gradle|  2 +-
 component-test/build.gradle | 12 ++--
 service/build.gradle| 14 +++---
 shared.gradle   |  2 +-
 5 files changed, 16 insertions(+), 16 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[fineract-cn-office] 01/01: Merge pull request #1 from myrle-krantz/develop

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-office.git

commit 83dbe72363b58d801832fe22fbff296886ba8044
Merge: 12e2613 2755dbd
Author: Myrle Krantz 
AuthorDate: Mon Feb 26 18:33:20 2018 +0100

Merge pull request #1 from myrle-krantz/develop

updating artifact ids to apache fineract from mifos io

 api/build.gradle|  2 +-
 build.gradle|  2 +-
 component-test/build.gradle | 12 ++--
 service/build.gradle| 14 +++---
 shared.gradle   |  2 +-
 5 files changed, 16 insertions(+), 16 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-office/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] myrle-krantz closed pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz closed pull request #1: updating artifact ids to apache fineract 
from mifos io
URL: https://github.com/apache/fineract-cn-office/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/api/build.gradle b/api/build.gradle
index 6906d74..29d3d82 100644
--- a/api/build.gradle
+++ b/api/build.gradle
@@ -18,7 +18,7 @@ apply from: '../shared.gradle'
 dependencies {
 compile(
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-feign'],
-[group: 'io.mifos.core', name: 'api', version: 
versions.frameworkapi],
+[group: 'org.apache.fineract.cn', name: 'api', version: 
versions.frameworkapi],
 [group: 'org.hibernate', name: 'hibernate-validator', version: 
versions.validator]
 )
 }
diff --git a/build.gradle b/build.gradle
index b30bd55..b82a3b2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,4 +1,4 @@
-group 'io.mifos'
+group 'org.apache.fineract.cn'
 
 task publishApiToMavenLocal {
 dependsOn gradle.includedBuild('api').task(':publishToMavenLocal')
diff --git a/component-test/build.gradle b/component-test/build.gradle
index 99ae1c5..f50ba3b 100644
--- a/component-test/build.gradle
+++ b/component-test/build.gradle
@@ -20,11 +20,11 @@ apply from: '../shared.gradle'
 
 dependencies {
 compile(
-[group: 'io.mifos.office', name: 'api', version: project.version],
-[group: 'io.mifos.office', name: 'service', version: 
project.version],
-[group: 'io.mifos.anubis', name: 'test', version: 
versions.frameworkanubis],
-[group: 'io.mifos.core', name: 'api', version: 
versions.frameworkapi],
-[group: 'io.mifos.core', name: 'test', version: 
versions.frameworktest],
+[group: 'org.apache.fineract.cn.office', name: 'api', version: 
project.version],
+[group: 'org.apache.fineract.cn.office', name: 'service', version: 
project.version],
+[group: 'org.apache.fineract.cn.anubis', name: 'test', version: 
versions.frameworkanubis],
+[group: 'org.apache.fineract.cn', name: 'api', version: 
versions.frameworkapi],
+[group: 'org.apache.fineract.cn', name: 'test', version: 
versions.frameworktest],
 [group: 'org.springframework.boot', name: 
'spring-boot-starter-test']
 )
 }
@@ -35,4 +35,4 @@ publishing {
 from components.java
 }
 }
-}
\ No newline at end of file
+}
diff --git a/service/build.gradle b/service/build.gradle
index 6dd2def..b793fa4 100644
--- a/service/build.gradle
+++ b/service/build.gradle
@@ -31,14 +31,14 @@ dependencies {
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-eureka'],
 [group: 'org.springframework.boot', name: 
'spring-boot-starter-jetty'],
 [group: 'org.hibernate', name: 'hibernate-validator', version: 
versions.validator],
-[group: 'io.mifos.office', name: 'api', version: project.version],
-[group: 'io.mifos.anubis', name: 'library', version: 
versions.frameworkanubis],
+[group: 'org.apache.fineract.cn.office', name: 'api', version: 
project.version],
+[group: 'org.apache.fineract.cn.anubis', name: 'library', version: 
versions.frameworkanubis],
 [group: 'com.google.code.gson', name: 'gson'],
-[group: 'io.mifos.core', name: 'lang', version: 
versions.frameworklang],
-[group: 'io.mifos.core', name: 'async', version: 
versions.frameworkasync],
-[group: 'io.mifos.core', name: 'cassandra', version: 
versions.frameworkcassandra],
-[group: 'io.mifos.core', name: 'mariadb', version: 
versions.frameworkmariadb],
-[group: 'io.mifos.core', name: 'command', version: 
versions.frameworkcommand],
+[group: 'org.apache.fineract.cn', name: 'lang', version: 
versions.frameworklang],
+[group: 'org.apache.fineract.cn', name: 'async', version: 
versions.frameworkasync],
+[group: 'org.apache.fineract.cn', name: 'cassandra', version: 
versions.frameworkcassandra],
+[group: 'org.apache.fineract.cn', name: 'mariadb', version: 
versions.frameworkmariadb],
+[group: 'org.apache.fineract.cn', name: 'command', version: 
versions.frameworkcommand],
 )
 }
 
diff --git a/shared.gradle b/shared.gradle
index 337c6f4..80b3592 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -1,4 +1,4 @@
-group 'io.mifos.office'
+group 'org.apache.fineract.cn.office'
 version '0.1.0-BUILD-SNAPSHOT'
 
 ext.versions = [


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific 

[fineract-cn-mariadb] 01/01: Merge pull request #1 from myrle-krantz/develop

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-mariadb.git

commit a006ebbe46430a2fdc901fe349798a0aebb44074
Merge: 496703c 091030c
Author: Myrle Krantz 
AuthorDate: Mon Feb 26 18:32:56 2018 +0100

Merge pull request #1 from myrle-krantz/develop

updating artifact ids to apache fineract from mifos io

 build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[fineract-cn-mariadb] branch develop updated (496703c -> a006ebb)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-mariadb.git.


from 496703c  Merge pull request #2 from markvanveen/develop
 add 091030c  updating artifact ids to apache fineract from mifos io
 new a006ebb  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-mariadb/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-lang] 01/01: Merge pull request #1 from myrle-krantz/develop

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-lang.git

commit e6771d1d1344f4c03a6e50eef4427f27357bd0f7
Merge: 9cc432c bcdb9ad
Author: Myrle Krantz 
AuthorDate: Mon Feb 26 18:32:12 2018 +0100

Merge pull request #1 from myrle-krantz/develop

updating artifact ids to apache fineract from mifos io

 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[fineract-cn-lang] branch develop updated (9cc432c -> e6771d1)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-lang.git.


from 9cc432c  Merge pull request #4 from myrlen/develop
 add bcdb9ad  updating artifact ids to apache fineract from mifos io
 new e6771d1  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-lang/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] myrle-krantz closed pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz closed pull request #1: updating artifact ids to apache fineract 
from mifos io
URL: https://github.com/apache/fineract-cn-identity/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/api/build.gradle b/api/build.gradle
index cec455a..22bb81b 100644
--- a/api/build.gradle
+++ b/api/build.gradle
@@ -19,8 +19,8 @@ dependencies {
 compile(
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-feign'],
 [group: 'org.hibernate', name: 'hibernate-validator', version: 
versions.hibernatevalidator],
-[group: 'io.mifos.core', name: 'api', version: 
versions.frameworkapi],
-[group: 'io.mifos.anubis', name: 'api', version: 
versions.frameworkanubis]
+[group: 'org.apache.fineract.cn', name: 'api', version: 
versions.frameworkapi],
+[group: 'org.apache.fineract.cn.anubis', name: 'api', version: 
versions.frameworkanubis]
 )
 }
 
@@ -33,4 +33,4 @@ publishing {
 version project.version
 }
 }
-}
\ No newline at end of file
+}
diff --git a/build.gradle b/build.gradle
index 48eaf21..3bb0005 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,4 +1,4 @@
-group 'io.mifos'
+group 'org.apache.fineract.cn'
 
 task publishApiToMavenLocal {
 dependsOn gradle.includedBuild('api').task(':publishToMavenLocal')
@@ -33,4 +33,4 @@ task prepareForTest {
 group 'all'
 dependsOn publishToMavenLocal
 dependsOn gradle.includedBuild('component-test').task(':build')
-}
\ No newline at end of file
+}
diff --git a/component-test/build.gradle b/component-test/build.gradle
index 3d8a0ee..bc96876 100644
--- a/component-test/build.gradle
+++ b/component-test/build.gradle
@@ -23,10 +23,10 @@ dependencies {
 [group: 'io.mifos.identity', name: 'api', version: 
rootProject.version],
 [group: 'io.mifos.identity', name: 'service', version: 
rootProject.version],
 [group: 'org.springframework.boot', name: 
'spring-boot-starter-test'],
-[group: 'io.mifos.core', name: 'lang', version: 
versions.frameworklang],
-[group: 'io.mifos.core', name: 'api', version: 
versions.frameworkapi],
-[group: 'io.mifos.core', name: 'test', version: 
versions.frameworktest],
-[group: 'io.mifos.anubis', name: 'api', version: 
versions.frameworkanubis],
-[group: 'io.mifos.anubis', name: 'test', version: 
versions.frameworkanubis]
+[group: 'org.apache.fineract.cn', name: 'lang', version: 
versions.frameworklang],
+[group: 'org.apache.fineract.cn', name: 'api', version: 
versions.frameworkapi],
+[group: 'org.apache.fineract.cn', name: 'test', version: 
versions.frameworktest],
+[group: 'org.apache.fineract.cn.anubis', name: 'api', version: 
versions.frameworkanubis],
+[group: 'org.apache.fineract.cn.anubis', name: 'test', version: 
versions.frameworkanubis]
 )
 }
diff --git a/service/build.gradle b/service/build.gradle
index a8a3359..63fd21c 100644
--- a/service/build.gradle
+++ b/service/build.gradle
@@ -31,15 +31,15 @@ dependencies {
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-eureka'],
 [group: 'org.springframework.boot', name: 
'spring-boot-starter-jetty'],
 [group: 'org.hibernate', name: 'hibernate-validator', version: 
versions.hibernatevalidator],
-[group: 'io.mifos.core', name: 'lang', version: 
versions.frameworklang],
-[group: 'io.mifos.core', name: 'async', version: 
versions.frameworkasync],
-[group: 'io.mifos.core', name: 'cassandra', version: 
versions.frameworkcassandra],
-[group: 'io.mifos.core', name: 'command', version: 
versions.frameworkcommand],
+[group: 'org.apache.fineract.cn', name: 'lang', version: 
versions.frameworklang],
+[group: 'org.apache.fineract.cn', name: 'async', version: 
versions.frameworkasync],
+[group: 'org.apache.fineract.cn', name: 'cassandra', version: 
versions.frameworkcassandra],
+[group: 'org.apache.fineract.cn', name: 'command', version: 
versions.frameworkcommand],
 [group: 'io.jsonwebtoken', name: 'jjwt', version: versions.jjwt],
-[group: 'io.mifos.tools', name: 'crypto', version: 
versions.frameworkcrypto],
-[group: 'io.mifos.identity', name: 'api', version: 
rootProject.version],
-[group: 'io.mifos.anubis', name: 'api', version: 
versions.frameworkanubis],
-[group: 'io.mifos.anubis', name: 'library', version: 
versions.frameworkanubis],
+[group: 'org.apache.fineract.cn', name: 'crypto', version: 
versions.frameworkcrypto],
+[group: 

[fineract-cn-identity] branch develop updated (2b8d427 -> 96046f5)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-identity.git.


from 2b8d427  Merge pull request #26 from mgeiss/develop
 add 71f1811  updating artifact ids to apache fineract from mifos io
 new 96046f5  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api/build.gradle|  6 +++---
 build.gradle|  4 ++--
 component-test/build.gradle | 10 +-
 service/build.gradle| 18 +-
 shared.gradle   |  8 
 5 files changed, 23 insertions(+), 23 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-identity/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-group] branch develop updated (c759a24 -> 2f2dc58)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-group.git.


from c759a24  Merge pull request #2 from mgeiss/develop
 add 3f42b43  updating artifact ids to apache fineract from mifos io
 add b09e22e  fixing executability of gradlew under linux
 new 2f2dc58  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api/build.gradle|  2 +-
 build.gradle|  2 +-
 component-test/build.gradle | 10 +-
 gradlew |  0
 service/build.gradle| 14 +++---
 shared.gradle   |  2 +-
 6 files changed, 15 insertions(+), 15 deletions(-)
 mode change 100644 => 100755 gradlew

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[fineract-cn-deposit-account-management] branch develop updated (9f00a39 -> 4050e0f)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository 
https://gitbox.apache.org/repos/asf/fineract-cn-deposit-account-management.git.


from 9f00a39  Merge pull request #10 from markusgeiss/develop
 add a2f2bce  updating artifact ids to apache fineract from mifos io
 add 734bf8e  fixing executability of gradlew under linux
 new 4050e0f  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api/build.gradle|  4 ++--
 build.gradle|  2 +-
 component-test/build.gradle | 12 ++--
 gradlew |  0
 service/build.gradle| 20 ++--
 shared.gradle   |  4 ++--
 6 files changed, 21 insertions(+), 21 deletions(-)
 mode change 100644 => 100755 gradlew

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-deposit-account-management/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-demo-server] branch develop updated (ba85aa2 -> 14be56b)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-demo-server.git.


from ba85aa2  Merge pull request #29 from Androbin/gci
 add 5ec2262  updating artifact ids to apache fineract from mifos io
 new 14be56b  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle | 48 
 1 file changed, 24 insertions(+), 24 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz closed pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz closed pull request #1: updating artifact ids to apache fineract 
from mifos io
URL: https://github.com/apache/fineract-cn-demo-server/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/build.gradle b/build.gradle
index da39c3e..44b6e29 100644
--- a/build.gradle
+++ b/build.gradle
@@ -17,7 +17,7 @@ plugins {
 id 'com.github.hierynomus.license' version '0.13.1'
 }
 
-group 'io.mifos.dev'
+group 'org.apache.fineract.cn'
 version '0.1.0-BUILD-SNAPSHOT'
 
 ext.versions = [
@@ -75,29 +75,29 @@ dependencies {
 compile(
 [group: 'com.google.code.findbugs', name: 'jsr305'],
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-eureka-server'],
-[group: 'io.mifos.office', name: 'api', version: 
versions.mifosoffice],
-[group: 'io.mifos.provisioner', name: 'api', version: 
versions.mifosprovisioner],
-[group: 'io.mifos.identity', name: 'api', version: 
versions.mifosidentity],
-[group: 'io.mifos.rhythm', name: 'api', version: 
versions.mifosrhythm],
-[group: 'io.mifos.rhythm', name: 'spi', version: 
versions.mifosrhythm],
-
-[group: 'io.mifos.customer', name: 'api', version: 
versions.mifoscustomer],
-[group: 'io.mifos.accounting', name: 'api', version: 
versions.mifosaccounting],
-[group: 'io.mifos.accounting', name: 'importer', version: 
versions.mifosaccounting],
-[group: 'io.mifos.portfolio', name: 'api', version: 
versions.mifosportfolio],
-[group: 'io.mifos.deposit-account-management', name: 'api', 
version: versions.mifosdeposit],
-[group: 'io.mifos.teller', name: 'api', version: 
versions.mifosteller],
-[group: 'io.mifos.reporting', name: 'api', version: 
versions.mifosreporting],
-[group: 'io.mifos.cheques', name: 'api', version: 
versions.kuelapcheques],
-[group: 'io.mifos.payroll', name: 'api', version: 
versions.mifospayroll],
-
-[group: 'io.mifos.anubis', name: 'api', version: 
versions.frameworkanubis],
-[group: 'io.mifos.anubis', name: 'test', version: 
versions.frameworkanubis],
-[group: 'io.mifos.core', name: 'api', version: 
versions.frameworkapi],
-[group: 'io.mifos.core', name: 'test', version: 
versions.frameworktest],
-[group: 'io.mifos.core', name: 'lang', version: 
versions.frameworklang],
-[group: 'io.mifos', name: 'service-starter', version: 
versions.frameworkservicestarter],
-[group: 'io.mifos.default-setup', name: 'accounting', version: 
versions.defaultsetup],
+[group: 'org.apache.fineract.cn.office', name: 'api', version: 
versions.mifosoffice],
+[group: 'org.apache.fineract.cn.provisioner', name: 'api', 
version: versions.mifosprovisioner],
+[group: 'org.apache.fineract.cn.identity', name: 'api', version: 
versions.mifosidentity],
+[group: 'org.apache.fineract.cn.rhythm', name: 'api', version: 
versions.mifosrhythm],
+[group: 'org.apache.fineract.cn.rhythm', name: 'spi', version: 
versions.mifosrhythm],
+
+[group: 'org.apache.fineract.cn.customer', name: 'api', version: 
versions.mifoscustomer],
+[group: 'org.apache.fineract.cn.accounting', name: 'api', version: 
versions.mifosaccounting],
+[group: 'org.apache.fineract.cn.accounting', name: 'importer', 
version: versions.mifosaccounting],
+[group: 'org.apache.fineract.cn.portfolio', name: 'api', version: 
versions.mifosportfolio],
+[group: 'org.apache.fineract.cn.deposit-account-management', name: 
'api', version: versions.mifosdeposit],
+[group: 'org.apache.fineract.cn.teller', name: 'api', version: 
versions.mifosteller],
+[group: 'org.apache.fineract.cn.reporting', name: 'api', version: 
versions.mifosreporting],
+[group: 'org.apache.fineract.cn.cheques', name: 'api', version: 
versions.kuelapcheques],
+[group: 'org.apache.fineract.cn.payroll', name: 'api', version: 
versions.mifospayroll],
+
+[group: 'org.apache.fineract.cn.anubis', name: 'api', version: 
versions.frameworkanubis],
+[group: 'org.apache.fineract.cn.anubis', name: 'test', version: 
versions.frameworkanubis],
+[group: 'org.apache.fineract.cn', name: 'api', version: 
versions.frameworkapi],
+[group: 'org.apache.fineract.cn', name: 'test', version: 
versions.frameworktest],
+[group: 'org.apache.fineract.cn', name: 'lang', version: 
versions.frameworklang],
+[group: 'org.apache.fineract.cn', name: 'service-starter', 
version: versions.frameworkservicestarter],
+[group: 

[fineract-cn-demo-server] 01/01: Merge pull request #1 from myrle-krantz/develop

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-demo-server.git

commit 14be56b438ba90b251c12e4a2ec0b81519dcd282
Merge: ba85aa2 5ec2262
Author: Myrle Krantz 
AuthorDate: Mon Feb 26 18:30:10 2018 +0100

Merge pull request #1 from myrle-krantz/develop

updating artifact ids to apache fineract from mifos io

 build.gradle | 48 
 1 file changed, 24 insertions(+), 24 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-demo-server/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-default-setup] branch develop updated (109e641 -> 2efcb22)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-default-setup.git.


from 109e641  Merge pull request #2 from myrle-krantz/develop
 add 7b16f8d  updating artifact ids to apache fineract from mifos io
 new 2efcb22  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 accounting/build.gradle | 2 +-
 build.gradle| 2 +-
 shared.gradle   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz closed pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz closed pull request #1: updating artifact ids to apache fineract 
from mifos io
URL: https://github.com/apache/fineract-cn-default-setup/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/accounting/build.gradle b/accounting/build.gradle
index 43ee376..f3a5381 100644
--- a/accounting/build.gradle
+++ b/accounting/build.gradle
@@ -21,7 +21,7 @@ apply from: '../shared.gradle'
 dependencies {
 testCompile(
 [group: 'org.hibernate', name: 'hibernate-validator', version: 
versions.validator],
-[group: 'io.mifos.accounting', name: 'importer', version: 
versions.accounting],
+[group: 'org.apache.fineract.cn.accounting', name: 'importer', 
version: versions.accounting],
 )
 }
 
diff --git a/build.gradle b/build.gradle
index 8050379..2c9398c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,4 +1,4 @@
-group 'io.mifos'
+group 'org.apache.fineract.cn'
 
 task publishAccountingToMavenLocal {
 dependsOn gradle.includedBuild('accounting').task(':publishToMavenLocal')
diff --git a/shared.gradle b/shared.gradle
index ec86251..eeccbf4 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -1,4 +1,4 @@
-group 'io.mifos.default-setup'
+group 'org.apache.fineract.cn.default-setup'
 version '0.1.0-BUILD-SNAPSHOT'
 
 ext.versions = [


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-customer] 01/01: Merge pull request #1 from myrle-krantz/develop

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-customer.git

commit fce96a9e990d0f3fd28d01a0631b7284a83a
Merge: 3962e18 1d69bbd
Author: Myrle Krantz 
AuthorDate: Mon Feb 26 18:28:53 2018 +0100

Merge pull request #1 from myrle-krantz/develop

updating artifact ids to apache fineract from mifos io

 api/build.gradle|  4 ++--
 build.gradle|  4 ++--
 component-test/build.gradle | 10 +-
 service/build.gradle| 14 +++---
 shared.gradle   |  2 +-
 5 files changed, 17 insertions(+), 17 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[fineract-cn-crypto] branch develop updated (09e3e61 -> 18e8004)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-crypto.git.


from 09e3e61  Merge pull request #1 from myrle-krantz/develop
 add 7e984cb  updating artifact ids to apache fineract from mifos io
 add 545614c  fixing executability of gradlew under linux
 new 18e8004  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle | 2 +-
 gradlew  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 mode change 100644 => 100755 gradlew

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz closed pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz closed pull request #1:  updating artifact ids to apache fineract 
from mifos io
URL: https://github.com/apache/fineract-cn-crypto/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/build.gradle b/build.gradle
index 179b8cc..8067005 100644
--- a/build.gradle
+++ b/build.gradle
@@ -12,7 +12,7 @@ plugins {
 id "com.github.hierynomus.license" version "0.13.1"
 }
 
-group 'io.mifos.tools'
+group 'org.apache.fineract.cn'
 version '0.1.0-BUILD-SNAPSHOT'
 
 apply plugin: 'java'
diff --git a/gradlew b/gradlew
old mode 100644
new mode 100755


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-crypto] 01/01: Merge pull request #1 from myrle-krantz/develop

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-crypto.git

commit 18e80049bedd72a485aeefc3b7c4bcefd2b57dd7
Merge: 09e3e61 545614c
Author: Myrle Krantz 
AuthorDate: Mon Feb 26 18:28:33 2018 +0100

Merge pull request #1 from myrle-krantz/develop

 updating artifact ids to apache fineract from mifos io

 build.gradle | 2 +-
 gradlew  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-command/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] myrle-krantz closed pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz closed pull request #1: updating artifact ids to apache fineract 
from mifos io
URL: https://github.com/apache/fineract-cn-command/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/build.gradle b/build.gradle
index e3a8a7a..16af2d4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ plugins {
 id 'com.github.hierynomus.license' version '0.13.1'
 }
 
-group 'io.mifos.core'
+group 'org.apache.fineract.cn'
 version '0.1.0-BUILD-SNAPSHOT'
 
 ext.versions = [
@@ -45,9 +45,9 @@ dependencies {
 [group: 'org.springframework', name: 'spring-jms', version: 
versions.springcontext],
 [group: 'org.apache.activemq', name: 'activemq-spring', version: 
'5.13.2'],
 [group: 'com.google.code.gson', name: 'gson', version: 
versions.gson],
-[group: 'io.mifos.core', name: 'lang', version: 
versions.frameworklangversion],
-[group: 'io.mifos.core', name: 'async', version: 
versions.frameworkasyncversion],
-[group: 'io.mifos.core', name: 'cassandra', version: 
versions.frameworkcassandraversion]
+[group: 'org.apache.fineract.cn', name: 'lang', version: 
versions.frameworklangversion],
+[group: 'org.apache.fineract.cn', name: 'async', version: 
versions.frameworkasyncversion],
+[group: 'org.apache.fineract.cn', name: 'cassandra', version: 
versions.frameworkcassandraversion]
 )
 
 testCompile(
@@ -78,4 +78,4 @@ license {
 }
 ext.year = Calendar.getInstance().get(Calendar.YEAR)
 ext.name = 'The Mifos Initiative'
-}
\ No newline at end of file
+}


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] myrle-krantz closed pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz closed pull request #1:  updating artifact ids to apache fineract 
from mifos io
URL: https://github.com/apache/fineract-cn-cheques/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/api/build.gradle b/api/build.gradle
index 17c6648..1ed9d2b 100644
--- a/api/build.gradle
+++ b/api/build.gradle
@@ -17,13 +17,13 @@ apply from: '../shared.gradle'
 dependencies {
 compile(
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-feign'],
-[group: 'io.mifos.core', name: 'api', version: 
versions.frameworkapi],
+[group: 'org.apache.fineract.cn', name: 'api', version: 
versions.frameworkapi],
 [group: 'org.hibernate', name: 'hibernate-validator', version: 
versions.validator],
 [group: 'org.hibernate', name: 
'hibernate-validator-annotation-processor', version: versions.validator]
 )
 
 testCompile(
-[group: 'io.mifos.core', name: 'test', version: 
versions.frameworktest],
+[group: 'org.apache.fineract.cn', name: 'test', version: 
versions.frameworktest],
 )
 }
 
diff --git a/build.gradle b/build.gradle
index b30bd55..b82a3b2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,4 +1,4 @@
-group 'io.mifos'
+group 'org.apache.fineract.cn'
 
 task publishApiToMavenLocal {
 dependsOn gradle.includedBuild('api').task(':publishToMavenLocal')
diff --git a/component-test/build.gradle b/component-test/build.gradle
index 79d39f7..6eaebfc 100644
--- a/component-test/build.gradle
+++ b/component-test/build.gradle
@@ -19,12 +19,12 @@ apply from: '../shared.gradle'
 
 dependencies {
 compile(
-[group: 'io.mifos.cheques', name: 'api', version: project.version],
-[group: 'io.mifos.cheques', name: 'service', version: 
project.version],
-[group: 'io.mifos.anubis', name: 'test', version: 
versions.frameworkanubis],
-[group: 'io.mifos.core', name: 'api', version: 
versions.frameworkapi],
-[group: 'io.mifos.core', name: 'test', version: 
versions.frameworktest],
-[group: 'io.mifos.core', name: 'lang', version: 
versions.frameworklang],
+[group: 'org.apache.fineract.cn.cheques', name: 'api', version: 
project.version],
+[group: 'org.apache.fineract.cn.cheques', name: 'service', 
version: project.version],
+[group: 'org.apache.fineract.cn.anubis', name: 'test', version: 
versions.frameworkanubis],
+[group: 'org.apache.fineract.cn', name: 'api', version: 
versions.frameworkapi],
+[group: 'org.apache.fineract.cn', name: 'test', version: 
versions.frameworktest],
+[group: 'org.apache.fineract.cn', name: 'lang', version: 
versions.frameworklang],
 [group: 'org.springframework.boot', name: 
'spring-boot-starter-test']
 )
 }
diff --git a/gradlew b/gradlew
old mode 100644
new mode 100755
diff --git a/service/build.gradle b/service/build.gradle
index 3ef885f..d353f89 100644
--- a/service/build.gradle
+++ b/service/build.gradle
@@ -30,18 +30,18 @@ dependencies {
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-config'],
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-eureka'],
 [group: 'org.springframework.boot', name: 
'spring-boot-starter-jetty'],
-[group: 'io.mifos.cheques', name: 'api', version: project.version],
-[group: 'io.mifos.anubis', name: 'library', version: 
versions.frameworkanubis],
-[group: 'io.mifos.accounting', name: 'api', version: 
versions.frameworkaccounting],
-[group: 'io.mifos.deposit-account-management', name: 'api', 
version: versions.frameworkdeposit],
-[group: 'io.mifos.office', name: 'api', version: 
versions.frameworkoffice],
-[group: 'io.mifos.customer', name: 'api', version: 
versions.frameworkcustomer],
+[group: 'org.apache.fineract.cn.cheques', name: 'api', version: 
project.version],
+[group: 'org.apache.fineract.cn.anubis', name: 'library', version: 
versions.frameworkanubis],
+[group: 'org.apache.fineract.cn.accounting', name: 'api', version: 
versions.frameworkaccounting],
+[group: 'org.apache.fineract.cn.deposit-account-management', name: 
'api', version: versions.frameworkdeposit],
+[group: 'org.apache.fineract.cn.office', name: 'api', version: 
versions.frameworkoffice],
+[group: 'org.apache.fineract.cn.customer', name: 'api', version: 
versions.frameworkcustomer],
 [group: 'com.google.code.gson', name: 'gson'],
-[group: 'io.mifos.core', name: 'lang', version: 
versions.frameworklang],
-[group: 'io.mifos.core', name: 'async', 

[fineract-cn-cheques] 01/01: Merge pull request #1 from myrle-krantz/develop

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-cheques.git

commit de02aaa34dfd550511268b95e5f8ffc887971bfd
Merge: 6efef67 5f49393
Author: Myrle Krantz 
AuthorDate: Mon Feb 26 18:27:37 2018 +0100

Merge pull request #1 from myrle-krantz/develop

 updating artifact ids to apache fineract from mifos io

 api/build.gradle|  4 ++--
 build.gradle|  2 +-
 component-test/build.gradle | 12 ++--
 gradlew |  0
 service/build.gradle| 22 +++---
 shared.gradle   |  4 ++--
 6 files changed, 22 insertions(+), 22 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[fineract-cn-cheques] branch develop updated (6efef67 -> de02aaa)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-cheques.git.


from 6efef67  Merge pull request #8 from markusgeiss/develop
 add a7e5349  updating artifact ids to apache fineract from mifos io
 add 5f49393  fixing executability of gradlew under linux
 new de02aaa  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api/build.gradle|  4 ++--
 build.gradle|  2 +-
 component-test/build.gradle | 12 ++--
 gradlew |  0
 service/build.gradle| 22 +++---
 shared.gradle   |  4 ++--
 6 files changed, 22 insertions(+), 22 deletions(-)
 mode change 100644 => 100755 gradlew

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1:  updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-cheques/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-cassandra] branch develop updated (9b07e76 -> badde4f)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-cassandra.git.


from 9b07e76  Merge pull request #2 from myrle-krantz/develop
 add 08f2d50  updating artifact ids to apache fineract from mifos io
 new badde4f  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-cassandra/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] myrle-krantz closed pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz closed pull request #1: updating artifact ids to apache fineract 
from mifos io
URL: https://github.com/apache/fineract-cn-cassandra/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/build.gradle b/build.gradle
index 91d2efb..eadadb7 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,7 +8,7 @@ plugins {
 id 'com.github.hierynomus.license' version '0.13.1'
 }
 
-group 'io.mifos.core'
+group 'org.apache.fineract.cn'
 version '0.1.0-BUILD-SNAPSHOT'
 
 ext.versions = [
@@ -38,7 +38,7 @@ dependencies {
 compile(
 [group: 'org.springframework', name: 'spring-context', version: 
versions.springcontext],
 [group: 'com.google.code.findbugs', name: 'jsr305', version: 
versions.findbugs],
-[group: 'io.mifos.core', name: 'lang', version: 
versions.frameworklang],
+[group: 'org.apache.fineract.cn', name: 'lang', version: 
versions.frameworklang],
 [group: 'com.datastax.cassandra', name: 'cassandra-driver-core', 
version: '3.0.1'],
 [group: 'com.datastax.cassandra', name: 
'cassandra-driver-mapping', version: '3.0.1'],
 [group: 'com.datastax.cassandra', name: 'cassandra-driver-extras', 
version: '3.0.1']
@@ -74,4 +74,4 @@ license {
 }
 ext.year = Calendar.getInstance().get(Calendar.YEAR)
 ext.name = 'The Mifos Initiative'
-}
\ No newline at end of file
+}


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-cassandra] 01/01: Merge pull request #1 from myrle-krantz/develop

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-cassandra.git

commit badde4f6d9d90ac997cf760927c75ba6c13c0308
Merge: 9b07e76 08f2d50
Author: Myrle Krantz 
AuthorDate: Mon Feb 26 18:27:08 2018 +0100

Merge pull request #1 from myrle-krantz/develop

updating artifact ids to apache fineract from mifos io

 build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[fineract-cn-api] branch develop updated (b00a37e -> 943b8a0)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-api.git.


from b00a37e  Merge pull request #2 from markusgeiss/develop
 add ac10dc3  updating artifact ids to apache fineract from mifos io
 new 943b8a0  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[fineract-cn-async] branch develop updated (a28cd1e -> 19e9397)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-async.git.


from a28cd1e  Merge pull request #6 from mgeiss/develop
 add 3126ddb  updating artifact ids to apache fineract from mifos io
 new 19e9397  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz closed pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz closed pull request #1: updating artifact ids to apache fineract 
from mifos io
URL: https://github.com/apache/fineract-cn-api/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/build.gradle b/build.gradle
index d4fff01..ea25c40 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@ plugins {
 id 'com.github.hierynomus.license' version '0.13.1'
 }
 
-group 'io.mifos.core'
+group 'org.apache.fineract.cn'
 version '0.1.0-BUILD-SNAPSHOT'
 
 ext.versions = [
@@ -52,7 +52,7 @@ dependencies {
 [group: 'org.springframework', name: 'spring-context', version: 
versions.springcontext],
 [group: 'com.google.code.findbugs', name: 'jsr305', version: 
versions.findbugs],
 [group: 'com.netflix.feign', name: 'feign-gson', version: 
versions.feigngson],
-[group: 'io.mifos.core', name: 'lang', version: 
versions.frameworklangversion],
+[group: 'org.apache.fineract.cn', name: 'lang', version: 
versions.frameworklangversion],
 )
 
 testCompile(
@@ -84,4 +84,4 @@ license {
 }
 ext.year = Calendar.getInstance().get(Calendar.YEAR)
 ext.name = 'The Mifos Initiative'
-}
\ No newline at end of file
+}


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-async] 01/01: Merge pull request #1 from myrle-krantz/develop

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-async.git

commit 19e93972f34335bb2e534ec5ee1be8294462a7a1
Merge: a28cd1e 3126ddb
Author: Myrle Krantz 
AuthorDate: Mon Feb 26 18:26:38 2018 +0100

Merge pull request #1 from myrle-krantz/develop

updating artifact ids to apache fineract from mifos io

 build.gradle | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-async/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] myrle-krantz closed pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz closed pull request #1: updating artifact ids to apache fineract 
from mifos io
URL: https://github.com/apache/fineract-cn-async/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/build.gradle b/build.gradle
index deb397d..d2fb6fc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -11,7 +11,7 @@ plugins {
 id 'com.github.hierynomus.license' version '0.13.1'
 }
 
-group 'io.mifos.core'
+group 'org.apache.fineract.cn'
 version '0.1.0-BUILD-SNAPSHOT'
 
 ext.versions = [
@@ -42,8 +42,8 @@ repositories {
 
 dependencies {
 compile(
-[group: 'io.mifos.core', name: 'lang', version: 
versions.frameworklang],
-[group: 'io.mifos.core', name: 'api', version: 
versions.frameworkapi],
+[group: 'org.apache.fineract.cn', name: 'lang', version: 
versions.frameworklang],
+[group: 'org.apache.fineract.cn', name: 'api', version: 
versions.frameworkapi],
 [group: 'org.springframework', name: 'spring-context', version: 
versions.springcontext],
 [group: 'org.springframework.security', name: 
'spring-security-web', version: versions.springsecurity],
 [group: 'com.google.code.findbugs', name: 'jsr305', version: 
versions.findbugs]
@@ -77,4 +77,4 @@ license {
 }
 ext.year = Calendar.getInstance().get(Calendar.YEAR)
 ext.name = 'The Mifos Initiative'
-}
\ No newline at end of file
+}


 


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-api] 01/01: Merge pull request #1 from myrle-krantz/develop

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-api.git

commit 943b8a02ed8a6bf53b4f576b7541f38c819c2ede
Merge: b00a37e ac10dc3
Author: Myrle Krantz 
AuthorDate: Mon Feb 26 18:26:12 2018 +0100

Merge pull request #1 from myrle-krantz/develop

updating artifact ids to apache fineract from mifos io

 build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[fineract-cn-accounting] branch develop updated (2e4730c -> 695509a)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-accounting.git.


from 2e4730c  Merge pull request #41 from dzifuta/patch-1
 add 9ddfa61  updating artifact ids to apache fineract from mifos io
 new 695509a  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api/build.gradle|  6 +++---
 build.gradle|  2 +-
 component-test/build.gradle | 14 +++---
 importer/build.gradle   |  2 +-
 service/build.gradle| 16 
 shared.gradle   |  4 ++--
 6 files changed, 22 insertions(+), 22 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz closed pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz closed pull request #1: updating artifact ids to apache fineract 
from mifos io
URL: https://github.com/apache/fineract-cn-anubis/pull/1
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/api/build.gradle b/api/build.gradle
index 0243aab..bbfdf5b 100644
--- a/api/build.gradle
+++ b/api/build.gradle
@@ -23,11 +23,11 @@ dependencies {
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-feign'],
 [group: 'org.hibernate', name: 'hibernate-validator', version: 
versions.hibernatevalidator],
 [group: 'com.google.code.gson', name: 'gson'],
-[group: 'io.mifos.core', name: 'api', version: 
versions.frameworkapi]
+[group: 'org.apache.fineract.cn', name: 'api', version: 
versions.frameworkapi]
 )
 
 testCompile(
-[group: 'io.mifos.core', name: 'test', version: 
versions.frameworktest],
+[group: 'org.apache.fineract.cn', name: 'test', version: 
versions.frameworktest],
 )
 }
 
diff --git a/build.gradle b/build.gradle
index f543ddc..a7b31f6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,4 +1,4 @@
-group 'io.mifos'
+group 'org.apache.fineract.cn'
 
 task publishApiToMavenLocal {
 dependsOn gradle.includedBuild('api').task(':publishToMavenLocal')
diff --git a/component-test/build.gradle b/component-test/build.gradle
index 7b732e0..87dd573 100644
--- a/component-test/build.gradle
+++ b/component-test/build.gradle
@@ -25,10 +25,10 @@ dependencies {
 [group: 'org.springframework.boot', name: 
'spring-boot-starter-test'],
 [group: 'com.google.code.gson', name: 'gson'],
 [group: 'io.jsonwebtoken', name: 'jjwt', version: versions.jjwt],
-[group: 'io.mifos.core', name: 'api', version: 
versions.frameworkapi],
-[group: 'io.mifos.core', name: 'test', version: 
versions.frameworktest],
-[group: 'io.mifos.anubis', name: 'library', version: 
rootProject.version],
-[group: 'io.mifos.anubis', name: 'api', version: 
rootProject.version],
-[group: 'io.mifos.anubis', name: 'test', version: 
rootProject.version]
+[group: 'org.apache.fineract.cn', name: 'api', version: 
versions.frameworkapi],
+[group: 'org.apache.fineract.cn', name: 'test', version: 
versions.frameworktest],
+[group: 'org.apache.fineract.cn.anubis', name: 'library', version: 
rootProject.version],
+[group: 'org.apache.fineract.cn.anubis', name: 'api', version: 
rootProject.version],
+[group: 'org.apache.fineract.cn.anubis', name: 'test', version: 
rootProject.version]
 )
 }
diff --git a/library/build.gradle b/library/build.gradle
index 286b119..7d0f534 100644
--- a/library/build.gradle
+++ b/library/build.gradle
@@ -29,10 +29,10 @@ dependencies {
 [group: 'org.springframework.cloud', name: 
'spring-cloud-starter-security'],
 [group: 'org.hibernate', name: 'hibernate-validator', version: 
versions.hibernatevalidator],
 [group: 'io.jsonwebtoken', name: 'jjwt', version: versions.jjwt],
-[group: 'io.mifos.core', name: 'lang', version: 
versions.frameworklang],
-[group: 'io.mifos.core', name: 'api', version: 
versions.frameworkapi],
-[group: 'io.mifos.core', name: 'cassandra', version: 
versions.frameworkcassandra],
-[group: 'io.mifos.anubis', name: 'api', version: 
rootProject.version],
+[group: 'org.apache.fineract.cn', name: 'lang', version: 
versions.frameworklang],
+[group: 'org.apache.fineract.cn', name: 'api', version: 
versions.frameworkapi],
+[group: 'org.apache.fineract.cn', name: 'cassandra', version: 
versions.frameworkcassandra],
+[group: 'org.apache.fineract.cn.anubis', name: 'api', version: 
rootProject.version],
 
 )
 }
diff --git a/shared.gradle b/shared.gradle
index a5a7910..42cc2b4 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -1,4 +1,4 @@
-group 'io.mifos.anubis'
+group 'org.apache.fineract.cn.anubis'
 version '0.1.0-BUILD-SNAPSHOT'
 
 apply plugin: 'java'
@@ -27,7 +27,7 @@ repositories {
 }
 
 configurations {
-compile.exclude group: 'io.mifos.core', module: 'mariadb'
+compile.exclude group: 'org.apache.fineract.cn', module: 'mariadb'
 compile.exclude group: 'ch.vorburger', module: 'mariaDB4j'
 }
 
@@ -51,7 +51,7 @@ dependencies {
 
 testCompile(
 [group: 'org.springframework.boot', name: 
'spring-boot-starter-test'],
-[group: 'io.mifos.core', name: 'test', version: 
versions.frameworktest],
+[group: 'org.apache.fineract.cn', name: 'test', version: 
versions.frameworktest],
 )
 }
 
diff --git a/test/build.gradle b/test/build.gradle
index 

[fineract-cn-anubis] branch develop updated (5f919f4 -> ebc3f3d)

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-anubis.git.


from 5f919f4  Merge pull request #15 from myrle-krantz/develop
 add 7f2ced4  updating artifact ids to apache fineract from mifos io
 new ebc3f3d  Merge pull request #1 from myrle-krantz/develop

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api/build.gradle|  4 ++--
 build.gradle|  2 +-
 component-test/build.gradle | 10 +-
 library/build.gradle|  8 
 shared.gradle   |  6 +++---
 test/build.gradle   |  6 +++---
 6 files changed, 18 insertions(+), 18 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.


[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-anubis/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] myrle-krantz opened a new pull request #1: updating artifact ids to apache fineract from mifos io

2018-02-26 Thread GitBox
myrle-krantz opened a new pull request #1: updating artifact ids to apache 
fineract from mifos io
URL: https://github.com/apache/fineract-cn-accounting/pull/1
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[fineract-cn-accounting] 01/01: Merge pull request #1 from myrle-krantz/develop

2018-02-26 Thread myrle
This is an automated email from the ASF dual-hosted git repository.

myrle pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-accounting.git

commit 695509a62e729dee720dc972fdf656ae24588709
Merge: 2e4730c 9ddfa61
Author: Myrle Krantz 
AuthorDate: Mon Feb 26 18:25:15 2018 +0100

Merge pull request #1 from myrle-krantz/develop

updating artifact ids to apache fineract from mifos io

 api/build.gradle|  6 +++---
 build.gradle|  2 +-
 component-test/build.gradle | 14 +++---
 importer/build.gradle   |  2 +-
 service/build.gradle| 16 
 shared.gradle   |  4 ++--
 6 files changed, 22 insertions(+), 22 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
my...@apache.org.