From 28aa3a65291e669eb93a71c7cae68fe7ad538543 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Tue, 15 Dec 2020 20:56:54 -0500 Subject: [PATCH] Refactoring assembly.id and name.space Upgrading base onap/ccsdk-alpine-j11-image to version 1.1.0 Issue-ID: CCSDK-3053 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I135893a4ab1d4d3f7c1297d6e66de133bd3c7150 --- ms/blueprintsprocessor/application/pom.xml | 2 -- ms/blueprintsprocessor/application/src/main/docker/Dockerfile | 2 +- ms/command-executor/pom.xml | 1 - ms/py-executor/pom.xml | 1 - ms/sdclistener/distribution/pom.xml | 4 ---- ms/sdclistener/distribution/src/main/docker/Dockerfile | 2 +- pom.xml | 5 +++-- 7 files changed, 5 insertions(+), 12 deletions(-) diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index 2f398d3e7..00e7fe2c8 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -34,8 +34,6 @@ MS Blueprints Processor Application - maven - org.onap.ccsdk.cds blueprintsprocessor onap/ccsdk-blueprintsprocessor diff --git a/ms/blueprintsprocessor/application/src/main/docker/Dockerfile b/ms/blueprintsprocessor/application/src/main/docker/Dockerfile index c4da384f5..876bc35de 100755 --- a/ms/blueprintsprocessor/application/src/main/docker/Dockerfile +++ b/ms/blueprintsprocessor/application/src/main/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM onap/ccsdk-alpine-j11-image:1.0.1 +FROM onap/ccsdk-alpine-j11-image:1.1.0 USER root # add entrypoint diff --git a/ms/command-executor/pom.xml b/ms/command-executor/pom.xml index 04e0614df..665e58585 100755 --- a/ms/command-executor/pom.xml +++ b/ms/command-executor/pom.xml @@ -32,7 +32,6 @@ Micro-service providing python environment with gRPC binding for command execution - maven onap/ccsdk-commandexecutor diff --git a/ms/py-executor/pom.xml b/ms/py-executor/pom.xml index be56787a8..2ea700849 100644 --- a/ms/py-executor/pom.xml +++ b/ms/py-executor/pom.xml @@ -30,7 +30,6 @@ Micro-service providing python environment with gRPC binding for python script execution - maven onap/ccsdk-py-executor true diff --git a/ms/sdclistener/distribution/pom.xml b/ms/sdclistener/distribution/pom.xml index 7a85394f4..75e0beff6 100755 --- a/ms/sdclistener/distribution/pom.xml +++ b/ms/sdclistener/distribution/pom.xml @@ -31,12 +31,8 @@ MS SDC Listener - Distribution - maven - org.onap.ccsdk.cds sdclistener onap/ccsdk-sdclistener - - diff --git a/ms/sdclistener/distribution/src/main/docker/Dockerfile b/ms/sdclistener/distribution/src/main/docker/Dockerfile index b89cbc7ec..b9c61090d 100755 --- a/ms/sdclistener/distribution/src/main/docker/Dockerfile +++ b/ms/sdclistener/distribution/src/main/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM onap/ccsdk-alpine-j11-image:1.0.1 +FROM onap/ccsdk-alpine-j11-image:1.1.0 USER root # add entrypoint diff --git a/pom.xml b/pom.xml index 34093bb68..47c948eb7 100644 --- a/pom.xml +++ b/pom.xml @@ -55,8 +55,7 @@ limitations under the License. **/*.java,**/*.kt - ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml 0.8.3 @@ -67,8 +66,10 @@ limitations under the License. 3.0.0-M5 + maven true false + org.onap.ccsdk.cds ${maven.build.timestamp} yyyyMMdd'T'HHmmss'Z' -- 2.16.6