From 27cdb4ff1c388b13f76110f8e666a8a2d56fb951 Mon Sep 17 00:00:00 2001 From: dfarrelly Date: Fri, 1 Mar 2019 14:26:42 +0000 Subject: Update image tags in pom *Update timestamp format *Add second tag for latest Issue-ID: DCAEGEN2-1250 Change-Id: I944a846415757383b7b7524c2841b3d5eac15717 Signed-off-by: dfarrelly --- pom.xml | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 2b59034..ab5e050 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ 2.22.0 ${docker.push.registry}/onap/${project.groupId}.${project.artifactId} - yyyymmdd'T'hhmmss'Z' + yyyyMMdd'T'HHmmss'Z' ${maven.build.timestamp} java jacoco @@ -196,12 +196,43 @@ ${dockerfile.version} ${image-name} - ${project.version}-${timestamp} ${project.build.outputDirectory}/Dockerfile ${project.build.finalName}-jar-with-dependencies.jar + + + tag-version + none + + tag + + + ${project.version}-${timestamp} + + + + push-latest + none + + push + + + latest + + + + push-version + none + + push + + + ${project.version}-${timestamp} + + + org.apache.maven.plugins -- cgit 1.2.3-korg