Updating repo references

master
Nelson R. Perez 2017-05-20 19:31:57 -05:00
parent 5a1c9d5834
commit 519a1a4dd8
3 changed files with 9 additions and 13 deletions

View File

@ -17,7 +17,7 @@ In yout app module, add the following dependency:
```Groovy ```Groovy
dependencies { dependencies {
compile 'com.github.kenCode-de:graphenej:0.4.1' compile 'com.github.bilthon:graphenej:0.4.2'
} }
``` ```

View File

@ -1,7 +1,3 @@
allprojects {
task hello << { task -> println "I'm $task.project.name" }
}
subprojects { subprojects {
repositories { repositories {
mavenCentral() mavenCentral()

View File

@ -17,17 +17,17 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true # org.gradle.parallel=true
VERSION_NAME=0.4.1-SNAPSHOT VERSION_NAME=0.4.2
VERSION_CODE=3 VERSION_CODE=4
GROUP=com.github.kenCode-de GROUP=com.github.bilthon
POM_DESCRIPTION=A Java library for mobile app Developers; Graphene/Bitshares blockchain. POM_DESCRIPTION=A Java library for mobile app Developers; Graphene/Bitshares blockchain.
POM_URL=https://github.com/kenCode-de/graphenej POM_URL=https://github.com/bilthon/graphenej
POM_SCM_URL=https://github.com/kenCode-de/graphenej POM_SCM_URL=https://github.com/bilthon/graphenej
POM_SCM_CONNECTION=scm:git@github.com:kenCode-de/graphenej.git POM_SCM_CONNECTION=scm:git@github.com:bilthon/graphenej.git
POM_SCM_DEV_CONNECTION=scm:git@github.com:kenCode-de/graphenej.git POM_SCM_DEV_CONNECTION=scm:git@github.com:bilthon/graphenej.git
POM_LICENCE_NAME=MIT License 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_LICENCE_DIST=repo
POM_DEVELOPER_ID=bilthon POM_DEVELOPER_ID=bilthon
POM_DEVELOPER_NAME=bilthon POM_DEVELOPER_NAME=bilthon