master
taylor.dang 5 years ago
parent 167b3307ed
commit 5b67c6d191

@ -9,10 +9,10 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId> <artifactId>manage</artifactId>
<version>2.3.0</version> <version>2.3.1</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>1.8.0</jib-maven-plugin.version> <jib-maven-plugin.version>2.2.0</jib-maven-plugin.version>
<docker-image.version>${project.version}</docker-image.version> <docker-image.version>${project.version}</docker-image.version>
</properties> </properties>
@ -247,9 +247,11 @@
<tag>${docker-image.version}</tag> <tag>${docker-image.version}</tag>
</tags> </tags>
</to> </to>
<extraDirectory> <extraDirectories>
<path>extra/</path> <paths>
</extraDirectory> <path>extra/</path>
</paths>
</extraDirectories>
<allowInsecureRegistries>true</allowInsecureRegistries> <allowInsecureRegistries>true</allowInsecureRegistries>
</configuration> </configuration>
<executions> <executions>
@ -277,11 +279,14 @@
<image>hkccr.ccs.tencentyun.com/rpay/serverjre:openj9</image> <image>hkccr.ccs.tencentyun.com/rpay/serverjre:openj9</image>
</from> </from>
<to> <to>
<image>hkccr.ccs.tencentyun.com/cross-payment-dev/manage-dev:${docker-image.version}</image> <image>hkccr.ccs.tencentyun.com/cross-payment-dev/manage-dev:${docker-image.version}
</image>
</to> </to>
<extraDirectory> <extraDirectories>
<path>extra/</path> <paths>
</extraDirectory> <path>extra/</path>
</paths>
</extraDirectories>
<allowInsecureRegistries>true</allowInsecureRegistries> <allowInsecureRegistries>true</allowInsecureRegistries>
</configuration> </configuration>
<executions> <executions>
@ -311,9 +316,11 @@
<to> <to>
<image>hkccr.ccs.tencentyun.com/rpay/manage:${docker-image.version}</image> <image>hkccr.ccs.tencentyun.com/rpay/manage:${docker-image.version}</image>
</to> </to>
<extraDirectory> <extraDirectories>
<path>extra/</path> <paths>
</extraDirectory> <path>extra/</path>
</paths>
</extraDirectories>
<allowInsecureRegistries>true</allowInsecureRegistries> <allowInsecureRegistries>true</allowInsecureRegistries>
</configuration> </configuration>
<executions> <executions>

Loading…
Cancel
Save