optimize size and time using "--no-cache-dir"
[appc/deployment.git] / installation / pom.xml
index b6a5fb0..efaf318 100644 (file)
@@ -28,21 +28,21 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
        <parent>
                <groupId>org.onap.appc.deployment</groupId>
                <artifactId>appc-docker-project</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.8.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
        <groupId>org.onap.appc.deployment</groupId>
        <artifactId>installation</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.8.0-SNAPSHOT</version>
 
        <name>Installation</name>
        <description>Installs APP-C on local file system</description>
 
        <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>