aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabing Zhao <zhao.huabing@zte.com.cn>2019-08-29 16:11:32 +0800
committerHuabing Zhao <zhao.huabing@zte.com.cn>2019-08-29 16:11:43 +0800
commit9974380f3800a2f9589e0b0046dd3866354960c4 (patch)
tree52484e5e1ec919fc8e8500a4ba236c45705ec8d0
parent0d3d414b1e62c0c3b1423be9ccd46a720430db8c (diff)
fix maven-dockera-stage build error
Issue-ID: MSB-373 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: Icac7ef10826716aaf6a991facf8f4dda0617e095
-rw-r--r--distributions/msb-apigateway/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/distributions/msb-apigateway/pom.xml b/distributions/msb-apigateway/pom.xml
index 4204658..b62203d 100644
--- a/distributions/msb-apigateway/pom.xml
+++ b/distributions/msb-apigateway/pom.xml
@@ -14,9 +14,10 @@
<properties>
<packageid>msb-apigateway</packageid>
+ <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<version.output>${project.basedir}/target/version</version.output>
<docker.image.name>onap/msb/msb_apigateway</docker.image.name>
- <docker.tag>${project.version}-${timestamp}</docker.tag>
+ <docker.tag>${project.version}-${maven.build.timestamp}</docker.tag>
<docker.latest.tag>${project.version}-latest</docker.latest.tag>
</properties>
@@ -258,4 +259,4 @@
</profile>
</profiles>
-</project> \ No newline at end of file
+</project>