X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fappc%2Fpom.xml;h=2daad09c5c0acd5ed800db744b1a7f35ac31248c;hb=0f0fe45c47125b2f8df9cb3ee24c20d63deb8aba;hp=56789b90ae943760bb781d1f07d1691ae149b976;hpb=44e6a14e59209bb03ea9fe48343f67cae591bd2f;p=appc%2Fdeployment.git diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index 56789b9..2daad09 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -45,7 +45,7 @@ limitations under the License. 1.0.0 - yyyyMMdd'T'HHmmss + yyyyMMdd'T'HHmmss'Z' @@ -239,7 +239,7 @@ limitations under the License. } if ( project.properties['ver'].endsWith("-SNAPSHOT") ) { project.properties['dockertag1']=project.properties['ver'] + "-latest"; - project.properties['dockertag2']="latest"; + project.properties['dockertag2']=project.properties['ver'] + "-" + project.properties['timestamp']; project.properties['appc.version']=project.properties['appc.snapshot.version']; } else { project.properties['dockertag1']=versionArray[0] + '.' + versionArray[1] + "-STAGING-latest";