Skip to content
This repository was archived by the owner on Feb 14, 2020. It is now read-only.

Commit b49f11d

Browse files
authored
Merge pull request #31 from rogerhu/travis
Fix ParsePlatform -> parse-community
2 parents 22b1241 + db96294 commit b49f11d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ext {
99
projName = 'ParseTwitterUtils-Android'
1010
projArtifact = 'parsetwitterutils-android'
1111
projDescription = 'A utility library to authenticate ParseUsers with Twitter'
12-
projGitLink = 'https://github.com/ParsePlatform/ParseTwitterUtils-Android'
12+
projGitLink = 'https://github.com/parse-community/ParseTwitterUtils-Android'
1313
}
1414

1515
buildscript {
@@ -103,15 +103,15 @@ def ossrhPassword = hasProperty('NEXUS_PASSWORD') ? NEXUS_PASSWORD : System.gete
103103

104104
def pomConfig = {
105105
scm {
106-
connection 'scm:git@github.com:ParsePlatform/ParseTwitterUtils-Android.git'
107-
developerConnection 'scm:git@github.com:ParsePlatform/ParseTwitterUtils-Android.git'
106+
connection 'scm:git@github.com:parse-community/ParseTwitterUtils-Android.git'
107+
developerConnection 'scm:git@github.com:parse-community/ParseTwitterUtils-Android.git'
108108
url projGitLink
109109
}
110110

111111
licenses {
112112
license {
113113
name 'BSD License'
114-
url 'https://github.com/ParsePlatform/ParseTwitterUtils-Android/blob/master/LICENSE'
114+
url 'https://github.com/parse-community/ParseTwitterUtils-Android/blob/master/LICENSE'
115115
distribution 'repo'
116116
}
117117
}

0 commit comments

Comments
 (0)