You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ju...@apache.org on 2019/10/09 07:39:19 UTC

[fineract-cn-api] 18/38: updating artifact ids to apache fineract from mifos io

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

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

commit ac10dc369b524e7c42a5332ba7ab5decb81d51d0
Author: Myrle Krantz <my...@apache.org>
AuthorDate: Mon Feb 26 17:39:22 2018 +0100

    updating artifact ids to apache fineract from mifos io
---
 build.gradle | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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
+}