From 300cd0acae712a27387f782e1b4c5c0e1982f6eb Mon Sep 17 00:00:00 2001 From: dyh Date: Thu, 29 Oct 2020 10:41:10 +0800 Subject: [PATCH 1/1] Update vfc-nslcm release version to 1.4.1 Change-Id: Ifbd7a386e2796025717fddfea1cae2fe05af587b Issue-ID: VFC-1763 Signed-off-by: dyh --- docker/build_image.sh | 2 +- pom.xml | 2 +- version.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/build_image.sh b/docker/build_image.sh index c87f5d4b..b6d5ef4e 100644 --- a/docker/build_image.sh +++ b/docker/build_image.sh @@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.4.0" +VERSION="1.4.1" PROJECT="vfc" IMAGE="nslcm" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/pom.xml b/pom.xml index 1d28fe0e..00edf123 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.0.0 org.onap.vfc.nfvo.lcm vfc-nfvo-lcm - 1.4.0-SNAPSHOT + 1.4.1-SNAPSHOT pom vfc-nfvo-lcm vfc nfvo lcm diff --git a/version.properties b/version.properties index 668657e9..eff345ce 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=4 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6