Switch to gs-maven-wagon for API deployment
Change-Id: I0a920ea71dcc886a263dc24fa8cc2ac19f3bbb99
This commit is contained in:
parent
f252f5348e
commit
c609188f9d
6
pom.xml
6
pom.xml
@ -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>
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user