Update s3-upload-maven-plugin to 1.6-SNAPSHOT
This commit is contained in:
parent
cfd31e98ff
commit
a0427ecf8c
|
@ -10,6 +10,19 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>service</artifactId>
|
<artifactId>service</artifactId>
|
||||||
|
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>ossrh-snapshots</id>
|
||||||
|
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jakarta.servlet</groupId>
|
<groupId>jakarta.servlet</groupId>
|
||||||
|
@ -526,12 +539,13 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.bazaarvoice.maven.plugins</groupId>
|
<groupId>org.signal</groupId>
|
||||||
<artifactId>s3-upload-maven-plugin</artifactId>
|
<artifactId>s3-upload-maven-plugin</artifactId>
|
||||||
<version>1.5</version>
|
<version>1.6-SNAPSHOT</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<source>${project.build.directory}/${project.build.finalName}-bin.tar.gz</source>
|
<source>${project.build.directory}/${project.build.finalName}-bin.tar.gz</source>
|
||||||
<bucketName>${deploy.bucketName}</bucketName>
|
<bucketName>${deploy.bucketName}</bucketName>
|
||||||
|
<region>${deploy.bucketRegion}</region>
|
||||||
<destination>${project.build.finalName}-bin.tar.gz</destination>
|
<destination>${project.build.finalName}-bin.tar.gz</destination>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
|
Loading…
Reference in New Issue