diff options
author | LiZi <li.zi30@zte.com.cn> | 2018-04-24 22:09:12 -0400 |
---|---|---|
committer | LiZi <li.zi30@zte.com.cn> | 2018-04-24 22:09:21 -0400 |
commit | 801522fa8e8c14a92bc7078b7afa8ebc3c4be36b (patch) | |
tree | 79e5a43b5f3958370ecb3a4b5ca8e38ba0e3c9bc /standalone/pom.xml | |
parent | 7a7016597fc5acfb6cca29f560ae9366842bd217 (diff) |
Fix the docker tag.v1.1.02.0.0-ONAP2.0.0-ONAP
Change-Id: Ibea68ba95a84dc491b0e3ee8d8e21b26cab1d5de
Issue-ID: AAI-1095
Signed-off-by: LiZi <li.zi30@zte.com.cn>
Diffstat (limited to 'standalone/pom.xml')
-rw-r--r-- | standalone/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <dockerFile>${basedir}/target/version/Dockerfile</dockerFile> <tags> <tag>${project.version}</tag> - <tag>${project.version}-STAGING-${maven.build.timestamp}</tag> + <tag>${project.version}-${maven.build.timestamp}</tag> <tag>${project.docker.latesttag.version}</tag> </tags> </build> |