From 20f895c6d41b3fe73922b815980b58cb83ef850b Mon Sep 17 00:00:00 2001 From: fujinhua Date: Wed, 10 Oct 2018 13:35:39 +0800 Subject: Update pom and docker verison of vfc-db Change-Id: I7063739d40532d8fab9ec22a7b2d3e0cfd08c45b Issue-ID: VFC-1142 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 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} -- cgit 1.2.3-korg