Skip to content

Commit e82808e

Browse files
hermanliangrogerhu
authored andcommitted
update repo url (#644)
1 parent 82af594 commit e82808e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Parse/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,18 +133,18 @@ uploadArchives {
133133
artifactId = 'parse-android'
134134
packaging 'aar'
135135
description 'A library that gives you access to the powerful Parse cloud platform from your Android app.'
136-
url 'https://github.com/ParsePlatform/Parse-SDK-Android'
136+
url 'https://github.com/parse-community/Parse-SDK-Android'
137137

138138
scm {
139-
connection 'scm:[email protected]:ParsePlatform/Parse-SDK-Android.git'
140-
developerConnection 'scm:[email protected]:ParsePlatform/Parse-SDK-Android.git'
141-
url 'https://github.com/ParsePlatform/Parse-SDK-Android'
139+
connection 'scm:[email protected]:parse-community/Parse-SDK-Android.git'
140+
developerConnection 'scm:[email protected]:parse-community/Parse-SDK-Android.git'
141+
url 'https://github.com/parse-community/Parse-SDK-Android'
142142
}
143143

144144
licenses {
145145
license {
146146
name 'BSD License'
147-
url 'https://github.com/ParsePlatform/Parse-SDK-Android/blob/master/LICENSE'
147+
url 'https://github.com/parse-community/Parse-SDK-Android/blob/master/LICENSE'
148148
distribution 'repo'
149149
}
150150
}

scripts/publish_snapshot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# Publishes SNAPSHOTs
33

4-
REPO_SLUG=ParsePlatform/Parse-SDK-Android
4+
REPO_SLUG=parse-community/Parse-SDK-Android
55
BRANCH=master
66

77
set -e

0 commit comments

Comments
 (0)