diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-06-01 19:59:36 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-06-01 20:00:34 -0400 |
commit | 329ad24f72100bb1fff3b9b4f71063dd802af858 (patch) | |
tree | 711813600e77faf950b599bd5e1a39d899b2d83e /aai-resources/pom.xml | |
parent | ef7fc3542029905790f79d7139614a4534f9fc33 (diff) |
[AAI-ONAP] Change the pom to add 1.1-STAGING tag
Change-Id: Iba2063f0ead74f5bd7c4550003bab57122f678a2
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 245f590..1a4bb2a 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -612,8 +612,9 @@ <name>${docker.push.registry}/openecomp/aai-resources:%l</name> <build> <tags> - <tag>${project.docker.latesttag.version}</tag> + <tag>latest</tag> <tag>${project.version}-STAGING-${maven.build.timestamp}</tag> + <tag>${aai.docker.version}-STAGING-latest</tag> </tags> <cleanup>try</cleanup> <dockerFileDir>${dockerLocation}</dockerFileDir> |