From 801522fa8e8c14a92bc7078b7afa8ebc3c4be36b Mon Sep 17 00:00:00 2001 From: LiZi Date: Tue, 24 Apr 2018 22:09:12 -0400 Subject: [PATCH] Fix the docker tag. Change-Id: Ibea68ba95a84dc491b0e3ee8d8e21b26cab1d5de Issue-ID: AAI-1095 Signed-off-by: LiZi --- standalone/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone/pom.xml b/standalone/pom.xml index b5b391b..f960369 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -236,7 +236,7 @@ ${basedir}/target/version/Dockerfile ${project.version} - ${project.version}-STAGING-${maven.build.timestamp} + ${project.version}-${maven.build.timestamp} ${project.docker.latesttag.version} -- 2.16.6