From: fujinhua Date: Wed, 15 Nov 2017 08:04:42 +0000 (+0800) Subject: Update vfc components release version X-Git-Tag: v1.0.2^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F23555%2F1;p=vfc%2Fnfvo%2Fcatalog.git Update vfc components release version Change-Id: I06b0c8a7f2fa24fe012d54e540fb5d970591f325 Issue-Id: VFC-593 Signed-off-by: fujinhua --- diff --git a/docker/build_image.sh b/docker/build_image.sh index e94b9f81..bb87cee9 100755 --- 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.0.1" +VERSION="1.0.2" PROJECT="vfc" IMAGE="catalog" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/pom.xml b/pom.xml index 328dca9a..ebc23104 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.0.0 org.onap.vfc.nfvo.catalog vfc-nfvo-catalog - 1.0.1-SNAPSHOT + 1.0.2-SNAPSHOT pom vfc-nfvo-catalog vfc nfvo catalog diff --git a/version.properties b/version.properties index cf49af72..8e8eb0bc 100644 --- a/version.properties +++ b/version.properties @@ -18,7 +18,7 @@ major=1 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch}