From: fujinhua Date: Wed, 10 Oct 2018 05:35:39 +0000 (+0800) Subject: Update pom and docker verison of vfc-db X-Git-Tag: 1.2.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F70133%2F2;p=vfc%2Fnfvo%2Fdb.git Update pom and docker verison of vfc-db Change-Id: I7063739d40532d8fab9ec22a7b2d3e0cfd08c45b Issue-ID: VFC-1142 Signed-off-by: fujinhua --- diff --git a/docker/build_image.sh b/docker/build_image.sh index 6e64233..55709c2 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.1.0" +VERSION="1.2.0" PROJECT="vfc" IMAGE="db" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/pom.xml b/pom.xml index e71064f..99b985f 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.0.0 org.onap.vfc.nfvo.db vfc-nfvo-db - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT pom vfc-nfvo-db vfc nfvo db diff --git a/version.properties b/version.properties index 7f86aa1..faf06bb 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 +minor=2 patch=0 base_version=${major}.${minor}.${patch}