From 3e258d0c2d83572f14f3eb3120e6ab3d857477a4 Mon Sep 17 00:00:00 2001 From: yangyan Date: Mon, 27 Aug 2018 11:20:53 +0800 Subject: update version of catalog Change-Id: I653ca294d557969f87e77922888114c5a52964ad Issue-ID: VFC-1079 Signed-off-by: yangyan --- docker/build_image.sh | 2 +- pom.xml | 4 ++-- version.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/build_image.sh b/docker/build_image.sh index b42369f1..57fa076f 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="catalog" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/pom.xml b/pom.xml index 54b03c6b..98a69e59 100644 --- a/pom.xml +++ b/pom.xml @@ -18,12 +18,12 @@ org.onap.oparent oparent - 1.1.0 + 1.2.0 4.0.0 org.onap.vfc.nfvo.catalog vfc-nfvo-catalog - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT pom vfc-nfvo-catalog vfc nfvo catalog diff --git a/version.properties b/version.properties index e1751011..ad491ae4 100644 --- a/version.properties +++ b/version.properties @@ -17,7 +17,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