Code Review
/
aai
/
esr-gui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
00e75cc
)
Fix the docker tag.
53/44553/1
author
LiZi
<li.zi30@zte.com.cn>
Wed, 25 Apr 2018 02:13:59 +0000
(22:13 -0400)
committer
LiZi
<li.zi30@zte.com.cn>
Wed, 25 Apr 2018 02:14:17 +0000
(22:14 -0400)
Change-Id: I49211f8d4ff169bba31187e25ce9a389fabc9d67
Issue-ID: AAI-1095
Signed-off-by: LiZi <li.zi30@zte.com.cn>
distribution/pom.xml
patch
|
blob
|
history
diff --git
a/distribution/pom.xml
b/distribution/pom.xml
index
4021bf9
..
0765127
100644
(file)
--- a/
distribution/pom.xml
+++ b/
distribution/pom.xml
@@
-300,7
+300,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>