From a6cedf98718ad85e7610e6bd298197772184f10a Mon Sep 17 00:00:00 2001 From: fujinhua Date: Wed, 10 Oct 2018 13:47:35 +0800 Subject: Update pom and docker version of zte-sfc-driver Change-Id: I9fe1dd4237e473e05d463df27b2baeda786235f8 Issue-ID: VFC-1142 Signed-off-by: fujinhua --- pom.xml | 4 ++-- version.properties | 2 +- zte/sfc-driver/plugin-standalone/pom.xml | 4 ++-- .../plugin-standalone/src/main/assembly/docker/build_image.sh | 2 +- zte/sfc-driver/pom.xml | 4 ++-- zte/sfc-driver/sfc-driver/pom.xml | 4 ++-- zte/sfc-driver/version.properties | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index b74fa68..dead916 100644 --- a/pom.xml +++ b/pom.xml @@ -20,12 +20,12 @@ org.onap.oparent oparent - 1.1.0 + 1.2.0 4.0.0 org.onap.vfc.nfvo.driver.sfc sfc-driver-root - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT vfc-nfvo-driver-sfc pom 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} diff --git a/zte/sfc-driver/plugin-standalone/pom.xml b/zte/sfc-driver/plugin-standalone/pom.xml index fa83788..6a6f8e5 100644 --- a/zte/sfc-driver/plugin-standalone/pom.xml +++ b/zte/sfc-driver/plugin-standalone/pom.xml @@ -19,14 +19,14 @@ org.onap.vfc.nfvo.driver.sfc sfc-driver-parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT 4.0.0 org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver-standalone vfc-nfvo-driver-sfc-zte-sfc-driver vfc/nfvo/driver/sfc/zte/sfc-driver/plugin-standalone pom - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT diff --git a/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh b/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh index 062714f..b6655d5 100755 --- a/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh +++ b/zte/sfc-driver/plugin-standalone/src/main/assembly/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="ztesdncdriver" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/zte/sfc-driver/pom.xml b/zte/sfc-driver/pom.xml index 6eeb213..cbdabdc 100644 --- a/zte/sfc-driver/pom.xml +++ b/zte/sfc-driver/pom.xml @@ -20,12 +20,12 @@ org.onap.oparent oparent - 1.1.0 + 1.2.0 4.0.0 org.onap.vfc.nfvo.driver.sfc sfc-driver-parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT vfc-nfvo-driver-sfc pom diff --git a/zte/sfc-driver/sfc-driver/pom.xml b/zte/sfc-driver/sfc-driver/pom.xml index 44fca21..030bbf7 100644 --- a/zte/sfc-driver/sfc-driver/pom.xml +++ b/zte/sfc-driver/sfc-driver/pom.xml @@ -20,14 +20,14 @@ org.onap.vfc.nfvo.driver.sfc sfc-driver-parent - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT 4.0.0 org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver sfc-driver vfc/nfvo/driver/sfc/zte/sfc-driver/sfc-driver jar - 1.1.0-SNAPSHOT + 1.2.0-SNAPSHOT 0.8.0 9.2.9.v20150224 diff --git a/zte/sfc-driver/version.properties b/zte/sfc-driver/version.properties index 7f86aa1..faf06bb 100644 --- a/zte/sfc-driver/version.properties +++ b/zte/sfc-driver/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