summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Alsharifi <bilal.alsharifi@gmail.com>2019-04-17 10:22:29 -0400
committerBilal Alsharifi <bilal.alsharifi@gmail.com>2019-04-17 10:22:29 -0400
commitdeb0329e8e022048126ab87070a98f3700f2cc48 (patch)
tree2d856eb44c9990b9b510308a521b4a536ea270e9
parent2470015d582c8fbbd8198f8ff42b827ae112e830 (diff)
downloadsdl_android-deb0329e8e022048126ab87070a98f3700f2cc48.tar.gz
Update site url in bintray files
-rw-r--r--android/sdl_android/bintray.gradle4
-rw-r--r--javaEE/bintray.gradle4
-rw-r--r--javaSE/bintray.gradle4
3 files changed, 6 insertions, 6 deletions
diff --git a/android/sdl_android/bintray.gradle b/android/sdl_android/bintray.gradle
index e8dce117d..734b77755 100644
--- a/android/sdl_android/bintray.gradle
+++ b/android/sdl_android/bintray.gradle
@@ -2,8 +2,8 @@ apply plugin: "com.jfrog.bintray"
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'maven-publish'
-def siteUrl = 'https://github.com/smartdevicelink/sdl_android' // Homepage URL of the library
-def gitUrl = 'https://github.com/smartdevicelink/sdl_android.git' // Git repository URL
+def siteUrl = 'https://github.com/smartdevicelink/sdl_java_suite' // Homepage URL of the library
+def gitUrl = 'https://github.com/smartdevicelink/sdl_java_suite.git' // Git repository URL
group = "com.smartdevicelink" // Maven Group ID for the artifact
def libDescription = 'SmartDeviceLink mobile library for Android'
def libVersion = new File(projectDir.path, ('/../../VERSION')).text.trim()
diff --git a/javaEE/bintray.gradle b/javaEE/bintray.gradle
index 90ad4967e..f38754b20 100644
--- a/javaEE/bintray.gradle
+++ b/javaEE/bintray.gradle
@@ -2,8 +2,8 @@ apply plugin: "com.jfrog.bintray"
apply plugin: 'maven-publish'
apply plugin: 'maven'
-def siteUrl = 'https://github.com/smartdevicelink/sdl_android' // Homepage URL of the library
-def gitUrl = 'https://github.com/smartdevicelink/sdl_android.git' // Git repository URL
+def siteUrl = 'https://github.com/smartdevicelink/sdl_java_suite' // Homepage URL of the library
+def gitUrl = 'https://github.com/smartdevicelink/sdl_java_suite.git' // Git repository URL
group = "com.smartdevicelink" // Maven Group ID for the artifact
def libDescription = 'SmartDeviceLink mobile library'
def libVersion = new File(projectDir.path, ('/../VERSION')).text.trim()
diff --git a/javaSE/bintray.gradle b/javaSE/bintray.gradle
index ec7dee771..019d6dfe2 100644
--- a/javaSE/bintray.gradle
+++ b/javaSE/bintray.gradle
@@ -2,8 +2,8 @@ apply plugin: "com.jfrog.bintray"
apply plugin: 'maven-publish'
apply plugin: 'maven'
-def siteUrl = 'https://github.com/smartdevicelink/sdl_android' // Homepage URL of the library
-def gitUrl = 'https://github.com/smartdevicelink/sdl_android.git' // Git repository URL
+def siteUrl = 'https://github.com/smartdevicelink/sdl_java_suite' // Homepage URL of the library
+def gitUrl = 'https://github.com/smartdevicelink/sdl_java_suite.git' // Git repository URL
group = "com.smartdevicelink" // Maven Group ID for the artifact
def libDescription = 'SmartDeviceLink mobile library'
def libVersion = new File(projectDir.path, ('/../VERSION')).text.trim()