Switch to gs-maven-wagon for API deployment
Change-Id: I0a920ea71dcc886a263dc24fa8cc2ac19f3bbb99
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -465,9 +465,9 @@ limitations under the License.
|
|||||||
|
|
||||||
<extensions>
|
<extensions>
|
||||||
<extension>
|
<extension>
|
||||||
<groupId>net.anzix.aws</groupId>
|
<groupId>com.googlesource.gerrit</groupId>
|
||||||
<artifactId>s3-maven-wagon</artifactId>
|
<artifactId>gs-maven-wagon</artifactId>
|
||||||
<version>3.2</version>
|
<version>3.3</version>
|
||||||
</extension>
|
</extension>
|
||||||
</extensions>
|
</extensions>
|
||||||
</build>
|
</build>
|
||||||
|
@@ -15,7 +15,7 @@ case $VER in
|
|||||||
;;
|
;;
|
||||||
*-[0-9]*-g*) type=snapshot ;;
|
*-[0-9]*-g*) type=snapshot ;;
|
||||||
esac
|
esac
|
||||||
URL=s3://gerrit-api@commondatastorage.googleapis.com/$type
|
URL=gs://gerrit-api/$type
|
||||||
|
|
||||||
|
|
||||||
echo "Deploying $type gerrit-extension-api $VER"
|
echo "Deploying $type gerrit-extension-api $VER"
|
||||||
|
Reference in New Issue
Block a user