From: fujinhua Date: Wed, 8 Nov 2017 03:36:28 +0000 (+0800) Subject: Bump vfc-nfvo-catalog release version to 1.0.1 X-Git-Tag: v1.0.1~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F37%2F22637%2F1;p=vfc%2Fnfvo%2Fcatalog.git Bump vfc-nfvo-catalog release version to 1.0.1 Change-Id: I8571715eae87e874ec5f6fa2efc3c6a6e989097c Issue-Id: VFC-586 Signed-off-by: fujinhua --- 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}