File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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:git@github.com:ParsePlatform /Parse-SDK-Android.git'
140- developerConnection ' scm:git@github.com:ParsePlatform /Parse-SDK-Android.git'
141- url ' https://github.com/ParsePlatform /Parse-SDK-Android'
139+ connection ' scm:git@github.com:parse-community /Parse-SDK-Android.git'
140+ developerConnection ' scm:git@github.com: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 }
Original file line number Diff line number Diff line change 11#! /bin/bash
22# Publishes SNAPSHOTs
33
4- REPO_SLUG=ParsePlatform /Parse-SDK-Android
4+ REPO_SLUG=parse-community /Parse-SDK-Android
55BRANCH=master
66
77set -e
You can’t perform that action at this time.
0 commit comments