Merge branch 'stable-2.7'

* stable-2.7:
  Update JGit to patch security hole during clone
  Switch to gs-maven-wagon for API deployment

Conflicts:
	pom.xml

Change-Id: Id851a01ea2e89c0a19c4fadd6328231f8374c8c8
This commit is contained in:
Shawn Pearce 2013-06-22 17:41:35 -07:00
commit 0479e0f971

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"