diff options
author | Lusheng Ji <lji@research.att.com> | 2018-05-07 11:00:43 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-05-07 11:00:50 -0400 |
commit | 9aa03ded2bd216ed49caacb21c4787fd3f5826de (patch) | |
tree | 67960d25f47bf9e25f2023b55b8e3f7eed895878 /snmpmapper | |
parent | a8de0facbce54df4b568ee0930a0eaac6ee3a973 (diff) |
Fix spotify config
Issue-ID: DCAEGEN2-486
Change-Id: I57e51a903c02f208dd5fdc9d6d2881c58920cc65
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'snmpmapper')
-rw-r--r-- | snmpmapper/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snmpmapper/pom.xml b/snmpmapper/pom.xml index efa04bb..b06853a 100644 --- a/snmpmapper/pom.xml +++ b/snmpmapper/pom.xml @@ -123,7 +123,7 @@ <expose>8888</expose> </exposes> <imageTags> - <imageTag>${project.version}-SNAPSHOT-${maven.build.timestamp}Z</imageTag> + <!-- imageTag>${project.version}-SNAPSHOT-${maven.build.timestamp}Z</imageTag --> <imageTag>${project.version}</imageTag> <imageTag>latest</imageTag> </imageTags> |