From 519a1a4dd8d6640e87aca8c89a6b45d7aa528d73 Mon Sep 17 00:00:00 2001 From: "Nelson R. Perez" Date: Sat, 20 May 2017 19:31:57 -0500 Subject: [PATCH] Updating repo references --- README.md | 2 +- build.gradle | 4 ---- gradle.properties | 16 ++++++++-------- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index e6bcb63..e24059d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ In yout app module, add the following dependency: ```Groovy dependencies { - compile 'com.github.kenCode-de:graphenej:0.4.1' + compile 'com.github.bilthon:graphenej:0.4.2' } ``` diff --git a/build.gradle b/build.gradle index 18d4faf..676dacc 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,3 @@ -allprojects { - task hello << { task -> println "I'm $task.project.name" } -} - subprojects { repositories { mavenCentral() diff --git a/gradle.properties b/gradle.properties index 2dc6a3e..e5ca248 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,17 +17,17 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=0.4.1-SNAPSHOT -VERSION_CODE=3 -GROUP=com.github.kenCode-de +VERSION_NAME=0.4.2 +VERSION_CODE=4 +GROUP=com.github.bilthon POM_DESCRIPTION=A Java library for mobile app Developers; Graphene/Bitshares blockchain. -POM_URL=https://github.com/kenCode-de/graphenej -POM_SCM_URL=https://github.com/kenCode-de/graphenej -POM_SCM_CONNECTION=scm:git@github.com:kenCode-de/graphenej.git -POM_SCM_DEV_CONNECTION=scm:git@github.com:kenCode-de/graphenej.git +POM_URL=https://github.com/bilthon/graphenej +POM_SCM_URL=https://github.com/bilthon/graphenej +POM_SCM_CONNECTION=scm:git@github.com:bilthon/graphenej.git +POM_SCM_DEV_CONNECTION=scm:git@github.com:bilthon/graphenej.git POM_LICENCE_NAME=MIT License -POM_LICENCE_URL=https://github.com/kenCode-de/graphenej/blob/master/LICENSE +POM_LICENCE_URL=https://github.com/bilthon/graphenej/blob/master/LICENSE POM_LICENCE_DIST=repo POM_DEVELOPER_ID=bilthon POM_DEVELOPER_NAME=bilthon \ No newline at end of file