X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fappc%2Fpom.xml;h=4ede3345fee0c2473740b670c725a778fbcc8358;hb=fd52d134f47a21b205e175fcc331ce8a0c0c5d45;hp=af790f023d44d44c6e4333c827cb6f9aabf2af60;hpb=439954be802b246cb0f89ee7347d167419526f9d;p=appc%2Fdeployment.git diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index af790f0..4ede334 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 @@ -18,8 +18,6 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - -ECOMP is a trademark and service mark of AT&T Intellectual Property. ============LICENSE_END============================================ --> org.onap.appc.deployment installation - 1.3.0-SNAPSHOT + 1.6.0-SNAPSHOT 4.0.0 pom org.onap.appc.deployment installation-appc - 1.3.0-SNAPSHOT + 1.6.0-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.4.4 + 1.6.0-SNAPSHOT 1.0.0 - yyyyMMdd'T'HHmmss + yyyyMMdd'T'HHmmss'Z' + + 1.5.2 + 0.28.0 @@ -111,9 +112,13 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. src/main/resources + keystore *.dump *.sh *.cfg + *.xml + *.json + *.properties false @@ -135,6 +140,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. *.jks *.p12 + *keyfile false @@ -155,6 +161,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. ../src/main/properties *.properties + *.csv false @@ -178,6 +185,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. bash ${appc.version} + ${appc.cdt.version} ${project.version} ${project.version} @@ -240,7 +248,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. } 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"; @@ -257,7 +265,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. io.fabric8 docker-maven-plugin - 0.16.5 + ${docker.plugin.version} false @@ -266,7 +274,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. try ${basedir}/target/docker-stage - ${basedir}/target/docker-stage/Dockerfile + Dockerfile ${dockertag1} ${dockertag2} @@ -353,9 +361,13 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. src/main/resources + keystore *.dump *.sh - *.cfg + *.cfg + *.xml + *.json + *.properties false @@ -377,6 +389,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. *.jks *.p12 + *.keyfile false @@ -397,6 +410,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. ../src/main/properties *.properties + *.csv false