Merge branch 'stable-2.6' into stable-2.7

* stable-2.6:
  Switch to gs-maven-wagon for API deployment
This commit is contained in:
Shawn Pearce
2013-06-22 17:17:27 -07:00
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ case $VER in
;;
*-[0-9]*-g*) type=snapshot ;;
esac
URL=s3://gerrit-api@commondatastorage.googleapis.com/$type
URL=gs://gerrit-api/$type
echo "Deploying $type gerrit-extension-api $VER"