From 42abdde19a12e4675245faf65ac6dcf5cb5c2951 Mon Sep 17 00:00:00 2001 From: angrygoats Date: Wed, 6 Jun 2018 22:23:23 -0700 Subject: [PATCH] Bump version, move central repo to xchg --- README.md | 4 ++-- build.gradle | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bc0c29a..616e936 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,13 @@ A Java 8 implementation of the [Binance API Specification](https://github.com/bi com.sigmaflare binancej - 1.0.3 + 1.0.4 ``` ### Gradle -`compile group: 'com.sigmaflare', name: 'binancej', version: '1.0.2'` +`compile group: 'com.sigmaflare', name: 'binancej', version: '1.0.4'` ## Licensing diff --git a/build.gradle b/build.gradle index 2cf43ce..bb50f7c 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { group = "com.sigmaflare" archivesBaseName = "binancej" -version = '1.0.3-SNAPSHOT' +version = '1.0.4-SNAPSHOT' ext.isReleaseVersion = !version.endsWith("SNAPSHOT") // Add default values for OSSRH @@ -80,10 +80,10 @@ uploadArchives { packaging 'jar' // optionally artifactId can be defined here description 'A java implementation of the Binance API Specification' - url 'https://github.com/angrygoats/binancej' + url 'https://git.xchg.sh/angrygoats/binancej' scm { - url 'https://github.com/angrygoats/binancej' + url 'https://git.xchg.sh/angrygoats/binancej' } licenses {