diff options
author | RossC <ross.carter@est.tech> | 2020-06-23 11:19:54 +0100 |
---|---|---|
committer | RossC <ross.carter@est.tech> | 2020-06-23 11:19:59 +0100 |
commit | ed382c369c1b24ce056ce0b39b79a079c1681018 (patch) | |
tree | bd93e785b8f532c94467d829c218508a64febc11 /policy-jre/pom.xml | |
parent | 3d168b00f159c33cc0afbe7837f9456ae43fbc6f (diff) |
Changing format of timestamp for docker
Issue-ID: POLICY-2598
Change-Id: Ic72ec6ee112dc8a6b160702218480dcfafb3e811
Signed-off-by: RossC <ross.carter@est.tech>
Diffstat (limited to 'policy-jre/pom.xml')
-rw-r--r-- | policy-jre/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/policy-jre/pom.xml b/policy-jre/pom.xml index 8620572e..bbae4e7d 100644 --- a/policy-jre/pom.xml +++ b/policy-jre/pom.xml @@ -40,6 +40,7 @@ <docker.skip.push>false</docker.skip.push> <docker.pull.registry>docker.io</docker.pull.registry> <docker.push.registry>docker.io</docker.push.registry> + <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format> </properties> <profiles> |