You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ik...@apache.org on 2019/09/02 22:25:11 UTC

[fineract-cn-default-setup] 07/30: updating artifact ids to apache fineract from mifos io

This is an automated email from the ASF dual-hosted git repository.

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

commit 7b16f8da723ecc2f2c69e566d113ad2b214adf58
Author: Myrle Krantz <my...@apache.org>
AuthorDate: Mon Feb 26 17:52:45 2018 +0100

    updating artifact ids to apache fineract from mifos io
---
 accounting/build.gradle | 2 +-
 build.gradle            | 2 +-
 shared.gradle           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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 = [