Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Parse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ uploadArchives {
scm {
connection 'scm:git@github.com:ParsePlatform/Parse-SDK-Android.git'
developerConnection 'scm:git@github.com:ParsePlatform/Parse-SDK-Android.git'
url 'https://github.com/ParsePlatform/Parse-SDK-Androidd'
url 'https://github.com/ParsePlatform/Parse-SDK-Android'
}

licenses {
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish_snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
echo "Skipping publishing SNAPSHOT: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'"
else
echo "Publishing SNAPSHOT..."
./gradlew uploadArchives
./gradlew uploadArchives
echo "SNAPSHOT published!"
fi