From 24682fda345a40769d693dc8981754df0f8bc191 Mon Sep 17 00:00:00 2001 From: fujinhua Date: Thu, 8 Nov 2018 09:35:23 +0800 Subject: Update version from 1.2.0 to 1.2.1 Change-Id: I92adbaf3924f3d9eca9e6c4029e8f17dec143e26 Issue-ID: VFC-1163 Signed-off-by: fujinhua --- ResmanagementService/deployment/pom.xml | 4 ++-- ResmanagementService/docker/Dockerfile | 2 +- ResmanagementService/docker/build_image.sh | 2 +- ResmanagementService/pom.xml | 4 ++-- ResmanagementService/service/pom.xml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) (limited to 'ResmanagementService') diff --git a/ResmanagementService/deployment/pom.xml b/ResmanagementService/deployment/pom.xml index 9f3aca2..ec20c04 100644 --- a/ResmanagementService/deployment/pom.xml +++ b/ResmanagementService/deployment/pom.xml @@ -19,10 +19,10 @@ org.onap.vfc.nfvo.resmanagement vfc-nfvo-resmanagement-service-root - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT ../pom.xml - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT vfc-nfvo-resmanagement-deployment pom diff --git a/ResmanagementService/docker/Dockerfile b/ResmanagementService/docker/Dockerfile index bfd653a..e2097cc 100644 --- a/ResmanagementService/docker/Dockerfile +++ b/ResmanagementService/docker/Dockerfile @@ -40,7 +40,7 @@ ENV CATALINA_HOME /service # Set up microservice -RUN wget -q -O nfvo-resmanagement.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=staging&g=org.onap.vfc.nfvo.resmanagement&a=vfc-nfvo-resmanagement-deployment&v=LATEST&e=zip" && unzip -q -o -B nfvo-resmanagement.zip && rm -f nfvo-resmanagement.zip +RUN wget -q -O nfvo-resmanagement.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.vfc.nfvo.resmanagement&a=vfc-nfvo-resmanagement-deployment&v=LATEST&e=zip" && unzip -q -o -B nfvo-resmanagement.zip && rm -f nfvo-resmanagement.zip # Set permissions RUN find . -type d -exec chmod o-w {} \; RUN find . -name "*.sh" -exec chmod +x {} \; diff --git a/ResmanagementService/docker/build_image.sh b/ResmanagementService/docker/build_image.sh index 391e598..41ad04e 100644 --- a/ResmanagementService/docker/build_image.sh +++ b/ResmanagementService/docker/build_image.sh @@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.2.0" +VERSION="1.2.1" PROJECT="vfc" IMAGE="resmanagement" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/ResmanagementService/pom.xml b/ResmanagementService/pom.xml index 86b44cc..8f18442 100644 --- a/ResmanagementService/pom.xml +++ b/ResmanagementService/pom.xml @@ -19,11 +19,11 @@ vfc-nfvo-resmanagement org.onap.vfc.nfvo.resmanagement - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT ../pom.xml vfc-nfvo-resmanagement-service-root - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT vfc/nfvo/resmanagement/ResmanagementService pom diff --git a/ResmanagementService/service/pom.xml b/ResmanagementService/service/pom.xml index e75702b..3e043b7 100644 --- a/ResmanagementService/service/pom.xml +++ b/ResmanagementService/service/pom.xml @@ -20,12 +20,12 @@ org.onap.vfc.nfvo.resmanagement vfc-nfvo-resmanagement-service-root - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT ../pom.xml vfc-nfvo-resmanagement-service - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT vfc/nfvo/resmanagement/ResmanagementService/service war -- cgit 1.2.3-korg