From e573115e5f9a5c8ad89a519b81f5771553a7bb11 Mon Sep 17 00:00:00 2001 From: maopengzhang Date: Fri, 5 Jul 2019 19:01:07 +0800 Subject: [PATCH] resolve lcm csit issue Add new version 1.3.4 Change-Id: I70a4de3add7084b3aadee1da6e6726c411ce2568 Issue-ID: VFC-1429 Signed-off-by: maopengzhang --- 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 1dac59b8..6bf9648d 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.3.3" +VERSION="1.3.4" PROJECT="vfc" IMAGE="nslcm" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/pom.xml b/pom.xml index f89f81d9..175c4907 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.0.0 org.onap.vfc.nfvo.lcm vfc-nfvo-lcm - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT pom vfc-nfvo-lcm vfc nfvo lcm diff --git a/version.properties b/version.properties index 78b140e8..6456604d 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} -- 2.16.6