From 170f6a9edc8352785b649361b8b51d85f6ce163f Mon Sep 17 00:00:00 2001 From: fujinhua Date: Wed, 8 Nov 2017 11:36:28 +0800 Subject: Bump vfc-nfvo-catalog release version to 1.0.1 Change-Id: I8571715eae87e874ec5f6fa2efc3c6a6e989097c Issue-Id: VFC-586 Signed-off-by: fujinhua --- 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 d1ebc117..e94b9f81 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.0" +VERSION="1.0.1" PROJECT="vfc" IMAGE="catalog" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/pom.xml b/pom.xml index ce330e0b..328dca9a 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.0.0 org.onap.vfc.nfvo.catalog vfc-nfvo-catalog - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT pom vfc-nfvo-catalog vfc nfvo catalog diff --git a/version.properties b/version.properties index f9977026..cf49af72 100644 --- a/version.properties +++ b/version.properties @@ -18,7 +18,7 @@ major=1 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg