Merge branch '2.0.x' into 2.1.x

This commit is contained in:
Madhura Bhave
2019-03-22 14:25:00 -07:00
3 changed files with 14 additions and 11 deletions

View File

@@ -17,3 +17,4 @@ echo "Syncing ${buildName}/${buildNumber} to Maven Central"
-X \
POST "https://api.bintray.com/maven_central_sync/${BINTRAY_SUBJECT}/${BINTRAY_REPO}/${groupId}/versions/${version}" > /dev/null || { echo "Failed to sync" >&2; exit 1; }
echo "Sync complete"
echo $version > version/version