From: Brinda Santh Date: Thu, 19 Sep 2019 15:55:01 +0000 (-0400) Subject: Upgrade Kotlin and move properties to parent. X-Git-Tag: 0.7.0~214^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7ecd63845e077fab5286af0a0fc4cefb7c5269f8;p=ccsdk%2Fcds.git Upgrade Kotlin and move properties to parent. Check for Kotlin 1.3.50 upgrade and Kotlin properties moved to parent. Issue-ID: CCSDK-1737 Signed-off-by: Brinda Santh Change-Id: I5c88dfed5e03c49b93e4eb5f2e435b0e6a91822f --- diff --git a/ms/blueprintsprocessor/distribution/pom.xml b/ms/blueprintsprocessor/distribution/pom.xml deleted file mode 100755 index 884d76a66..000000000 --- a/ms/blueprintsprocessor/distribution/pom.xml +++ /dev/null @@ -1,187 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - parent - 0.7.0-SNAPSHOT - ../parent - - - distribution - pom - - Blueprints Processor Distribution - - - maven - org.onap.ccsdk.cds - blueprintsprocessor - onap/ccsdk-blueprintsprocessor - ${https_proxy} - deploy - true - ${project.version} - ${maven.build.timestamp} - - - - - org.onap.ccsdk.cds.blueprintsprocessor - application - - - - - - - maven-resources-plugin - 2.6 - - - copy-dockerfile - - copy-resources - - validate - - ${basedir}/target/docker-stage - - - src/main/docker - - * - - true - - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - - - ant-test - package - - - - - - - run - - - - - - maven-assembly-plugin - 3.1.0 - - - ${basedir}/target/docker-stage - - src/main/docker/distribution.xml - - posix - - - - ${assembly.id} - package - - single - - - - - - org.codehaus.groovy.maven - gmaven-plugin - 1.0 - - - validate - - execute - - - ${basedir}/../../../TagVersion.groovy - - - - - - - - - - - docker - - - - io.fabric8 - docker-maven-plugin - 0.26.1 - false - - - - ${image.name} - - try - ${basedir}/target/docker-stage - - ${project.docker.latestminortag.version} - ${project.docker.latestfulltag.version} - ${project.docker.latesttagtimestamp.version} - - - - - true - - - - generate-images - package - - build - - - - push-images - ${docker.push.phase} - - build - push - - - - - - - - - - diff --git a/ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml b/ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml deleted file mode 100755 index 2d1f1ae80..000000000 --- a/ms/blueprintsprocessor/distribution/src/main/dc/docker-compose.yaml +++ /dev/null @@ -1,16 +0,0 @@ -version: '3.3' - -services: - db: - image: mariadb:latest - container_name: ccsdk-mariadb - ports: - - "3306:3306" - volumes: - - ~/vm_mysql:/var/lib/mysql - restart: always - environment: - MYSQL_ROOT_PASSWORD: sdnctl - MYSQL_DATABASE: sdnctl - MYSQL_USER: sdnctl - MYSQL_PASSWORD: sdnctl diff --git a/ms/controllerblueprints/parent/pom.xml b/ms/controllerblueprints/parent/pom.xml index c5e01a6b6..a0d083b2e 100644 --- a/ms/controllerblueprints/parent/pom.xml +++ b/ms/controllerblueprints/parent/pom.xml @@ -34,9 +34,7 @@ 1.0.0 27.0.1-jre - 0.5.0 2.9.2 - 1.4.197 1.2.2 1.7.4