diff options
Diffstat (limited to 'aai-resources/pom.xml')
-rw-r--r-- | aai-resources/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 2f7c852..8843346 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -149,7 +149,7 @@ <spring.test.version>4.3.6.RELEASE</spring.test.version> <!-- This will be used for the docker images as the default format of maven build has issues --> - <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format> + <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <license.goal.type>check</license.goal.type> <jacoco.line.coverage.limit>0.55</jacoco.line.coverage.limit> |