diff options
Diffstat (limited to 'installation')
-rw-r--r-- | installation/appc/pom.xml | 2 | ||||
-rw-r--r-- | installation/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index 56789b9..fee078e 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -45,7 +45,7 @@ limitations under the License. <!--This version will be over-ridden by jenkins injecting the version.properties variable file during docker build--> <appc.docker.staging.version>1.0.0</appc.docker.staging.version> - <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format> + <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> </properties> diff --git a/installation/pom.xml b/installation/pom.xml index b6a5fb0..d83590a 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -42,7 +42,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <properties> <application.name>installation</application.name> - <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> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |