aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-05-07 11:00:43 -0400
committerLusheng Ji <lji@research.att.com>2018-05-07 11:00:50 -0400
commit9aa03ded2bd216ed49caacb21c4787fd3f5826de (patch)
tree67960d25f47bf9e25f2023b55b8e3f7eed895878
parenta8de0facbce54df4b568ee0930a0eaac6ee3a973 (diff)
Fix spotify config
Issue-ID: DCAEGEN2-486 Change-Id: I57e51a903c02f208dd5fdc9d6d2881c58920cc65 Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--snmpmapper/pom.xml2
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>