X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fappc%2Fpom.xml;h=719d8cfe25ed720877e22f3fb3fcf43257178c43;hb=4e14845443a46ba511f43f15419f3612f96bdb64;hp=fee078e4e1eb444819b4944f9b3348efae91a277;hpb=b4b8bc4aad8ee127344277c800d5a2de88237555;p=appc%2Fdeployment.git diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index fee078e..719d8cf 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START========================================== ONAP : APPC =================================================================== -Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. +Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. =================================================================== Unless otherwise specified, all software contained herein is licensed @@ -26,26 +26,29 @@ limitations under the License. org.onap.appc.deployment installation - 1.3.0-SNAPSHOT + 1.6.3-SNAPSHOT 4.0.0 pom org.onap.appc.deployment installation-appc - 1.3.0-SNAPSHOT + 1.6.3-SNAPSHOT Installation - APPC Docker Creates APPC Docker container on top of the SDNC Base Docker Image onap/appc-image - 1.3.0 - 1.3.0-SNAPSHOT + 1.6.2 + 1.6.3-SNAPSHOT 1.0.0 yyyyMMdd'T'HHmmss'Z' + + 1.6.1 + 0.28.0 @@ -109,10 +112,13 @@ limitations under the License. src/main/resources + keystore *.dump *.sh *.cfg - *.ini + *.xml + *.json + *.properties false @@ -134,6 +140,7 @@ limitations under the License. *.jks *.p12 + *keyfile false @@ -154,6 +161,7 @@ limitations under the License. ../src/main/properties *.properties + *.csv false @@ -177,6 +185,7 @@ limitations under the License. bash ${appc.version} + ${appc.cdt.version} ${project.version} ${project.version} @@ -239,7 +248,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"; @@ -256,7 +265,7 @@ limitations under the License. io.fabric8 docker-maven-plugin - 0.16.5 + ${docker.plugin.version} false @@ -265,7 +274,7 @@ limitations under the License. try ${basedir}/target/docker-stage - ${basedir}/target/docker-stage/Dockerfile + Dockerfile ${dockertag1} ${dockertag2} @@ -352,10 +361,13 @@ limitations under the License. src/main/resources + keystore *.dump *.sh *.cfg - *.ini + *.xml + *.json + *.properties false @@ -377,6 +389,7 @@ limitations under the License. *.jks *.p12 + *.keyfile false @@ -397,6 +410,7 @@ limitations under the License. ../src/main/properties *.properties + *.csv false