X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=installation%2Fappc%2Fpom.xml;h=11c64d5cc074a5d58e9a73aa39f987d6e1b678aa;hb=8c18854ab1e49f5b5bf76bf32c63502fc0c0d05d;hp=56789b90ae943760bb781d1f07d1691ae149b976;hpb=44e6a14e59209bb03ea9fe48343f67cae591bd2f;p=appc%2Fdeployment.git diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index 56789b9..11c64d5 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -26,26 +26,29 @@ limitations under the License. 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.5.0-SNAPSHOT 1.0.0 - yyyyMMdd'T'HHmmss + yyyyMMdd'T'HHmmss'Z' + + 1.5.0-SNAPSHOT + 0.28.0 @@ -112,7 +115,7 @@ limitations under the License. *.dump *.sh *.cfg - *.ini + *.xml false @@ -134,6 +137,7 @@ limitations under the License. *.jks *.p12 + *keyfile false @@ -154,6 +158,7 @@ limitations under the License. ../src/main/properties *.properties + *.csv false @@ -177,6 +182,7 @@ limitations under the License. bash ${appc.version} + ${appc.cdt.version} ${project.version} ${project.version} @@ -239,7 +245,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 +262,7 @@ limitations under the License. io.fabric8 docker-maven-plugin - 0.16.5 + ${docker.plugin.version} false @@ -265,7 +271,7 @@ limitations under the License. try ${basedir}/target/docker-stage - ${basedir}/target/docker-stage/Dockerfile + Dockerfile ${dockertag1} ${dockertag2} @@ -355,7 +361,7 @@ limitations under the License. *.dump *.sh *.cfg - *.ini + *.xml false @@ -377,6 +383,7 @@ limitations under the License. *.jks *.p12 + *.keyfile false @@ -397,6 +404,7 @@ limitations under the License. ../src/main/properties *.properties + *.csv false