diff options
-rw-r--r-- | rulemgt-standalone/pom.xml | 2 |
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> |