Switch to gs-maven-wagon for API deployment

Change-Id: I0a920ea71dcc886a263dc24fa8cc2ac19f3bbb99
This commit is contained in:
Shawn Pearce 2013-06-21 10:52:08 -07:00
parent f252f5348e
commit c609188f9d
2 changed files with 4 additions and 4 deletions

View File

@ -465,9 +465,9 @@ limitations under the License.
<extensions>
<extension>
<groupId>net.anzix.aws</groupId>
<artifactId>s3-maven-wagon</artifactId>
<version>3.2</version>
<groupId>com.googlesource.gerrit</groupId>
<artifactId>gs-maven-wagon</artifactId>
<version>3.3</version>
</extension>
</extensions>
</build>

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"