summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-04-04 18:29:13 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-04-04 18:29:13 -0700
commit1985d463e60ab79a2fadc4065a9ea19861933692 (patch)
tree586659c51d98da63a4ea56b5fd83b013382188f9
parent82d2318187ea739a0b14442cbd82a3a7f6a419a7 (diff)
Update docker tag convention
Update docker tagging convention to use: v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: I6ff7f71d8846ddf462f49f5cc4e70153cfb43232 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--rulemgt-standalone/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt-standalone/pom.xml b/rulemgt-standalone/pom.xml
index 606acbf..ef8b295 100644
--- a/rulemgt-standalone/pom.xml
+++ b/rulemgt-standalone/pom.xml
@@ -32,7 +32,7 @@
<properties>
<holmes.rule.project.version>${project.version}</holmes.rule.project.version>
- <maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format>
+ <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<build.number>${maven.build.timestamp}</build.number>
</properties>