From 165e25dd14225668e05d80e2c7ae8fc2daebd483 Mon Sep 17 00:00:00 2001 From: hongyuzhao Date: Tue, 17 Sep 2019 10:12:31 +0800 Subject: [PATCH] fix bug for vfc-nfvo-driver-vnfm-svnfm sanity check Change-Id: I634cca1c7fb947f80262a8e94d03f556ba61e39c Issue-ID: VFC-1508 Signed-off-by: hongyuzhao --- huawei/pom.xml | 4 ++-- huawei/vnfmadapter/VnfmadapterService/deployment/pom.xml | 2 +- huawei/vnfmadapter/VnfmadapterService/docker/build_image.sh | 2 +- huawei/vnfmadapter/VnfmadapterService/pom.xml | 4 ++-- huawei/vnfmadapter/VnfmadapterService/service/pom.xml | 2 +- huawei/vnfmadapter/pom.xml | 4 ++-- nokia/pom.xml | 4 ++-- nokia/vnfmdriver/pom.xml | 4 ++-- nokia/vnfmdriver/vfcadaptorservice/deployment/pom.xml | 2 +- nokia/vnfmdriver/vfcadaptorservice/docker/build_image.sh | 2 +- nokia/vnfmdriver/vfcadaptorservice/pom.xml | 4 ++-- nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/pom.xml | 4 ++-- nokiav2/deployment/pom.xml | 4 ++-- nokiav2/driver/pom.xml | 6 +++--- nokiav2/driverwar/pom.xml | 6 +++--- nokiav2/generatedapis/pom.xml | 4 ++-- nokiav2/pom.xml | 4 ++-- pom.xml | 2 +- version.properties | 2 +- zte/pom.xml | 4 ++-- zte/vmanager/docker/build_image.sh | 2 +- zte/vmanager/pom.xml | 4 ++-- 22 files changed, 38 insertions(+), 38 deletions(-) diff --git a/huawei/pom.xml b/huawei/pom.xml index dfd37cc6..febfaa10 100644 --- a/huawei/pom.xml +++ b/huawei/pom.xml @@ -18,12 +18,12 @@ org.onap.vfc.nfvo.driver.vnfm.svnfm vfc-nfvo-driver-vnfm-svnfm - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT 4.0.0 org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei vfc-nfvo-driver-vnfm-svnfm-huawei - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT pom vfc-nfvo-driver-vnfm-svnfm-huawei vfc-nfvo-driver-vnfm-svnfm-huawei diff --git a/huawei/vnfmadapter/VnfmadapterService/deployment/pom.xml b/huawei/vnfmadapter/VnfmadapterService/deployment/pom.xml index e4e12fbc..5e73a990 100644 --- a/huawei/vnfmadapter/VnfmadapterService/deployment/pom.xml +++ b/huawei/vnfmadapter/VnfmadapterService/deployment/pom.xml @@ -19,7 +19,7 @@ org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei.vnfmadapter vnfmadapter-service-root - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT hw-vnfmadapter-deployment diff --git a/huawei/vnfmadapter/VnfmadapterService/docker/build_image.sh b/huawei/vnfmadapter/VnfmadapterService/docker/build_image.sh index f24f61eb..5aa0b573 100755 --- a/huawei/vnfmadapter/VnfmadapterService/docker/build_image.sh +++ b/huawei/vnfmadapter/VnfmadapterService/docker/build_image.sh @@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.3.3" +VERSION="1.3.4" PROJECT="vfc" IMAGE="nfvo/svnfm/huawei" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/huawei/vnfmadapter/VnfmadapterService/pom.xml b/huawei/vnfmadapter/VnfmadapterService/pom.xml index cc03c2c2..36b0d1ee 100644 --- a/huawei/vnfmadapter/VnfmadapterService/pom.xml +++ b/huawei/vnfmadapter/VnfmadapterService/pom.xml @@ -19,10 +19,10 @@ org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei.vnfmadapter vnfmadapter - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT vnfmadapter-service-root - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT vfc/nfvo/drivers/vnfm/svnfm/huawei/vnfmadapter/VnfmadapterService pom diff --git a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml index 2349c0eb..4e816d6d 100644 --- a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml +++ b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml @@ -20,7 +20,7 @@ org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei.vnfmadapter vnfmadapter-service-root - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT vnfmadapter-service diff --git a/huawei/vnfmadapter/pom.xml b/huawei/vnfmadapter/pom.xml index 8031cab1..888e4c73 100644 --- a/huawei/vnfmadapter/pom.xml +++ b/huawei/vnfmadapter/pom.xml @@ -18,12 +18,12 @@ org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei vfc-nfvo-driver-vnfm-svnfm-huawei - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT 4.0.0 org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei.vnfmadapter vnfmadapter - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT pom vfc-nfvo-driver-vnfm-svnfm nfvo vnfmadapter diff --git a/nokia/pom.xml b/nokia/pom.xml index 0250c156..39eb6e6d 100644 --- a/nokia/pom.xml +++ b/nokia/pom.xml @@ -18,12 +18,12 @@ org.onap.vfc.nfvo.driver.vnfm.svnfm vfc-nfvo-driver-vnfm-svnfm - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT 4.0.0 org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia vfc-nfvo-driver-vnfm-svnfm-nokia - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT pom vfc-nfvo-driver-vnfm-svnfm-nokia vfc-nfvo-driver-vnfm-svnfm-nokia diff --git a/nokia/vnfmdriver/pom.xml b/nokia/vnfmdriver/pom.xml index 3e51b658..2235486f 100644 --- a/nokia/vnfmdriver/pom.xml +++ b/nokia/vnfmdriver/pom.xml @@ -19,12 +19,12 @@ org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia vfc-nfvo-driver-vnfm-svnfm-nokia - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT 4.0.0 org.onap.vfc.nfvo.driver.vnfm.svnfm vnfmdriver - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT pom vfc-nfvo-driver-vnfm-svnfm-nokia-vnfmdriver nfvo vnfmdriver diff --git a/nokia/vnfmdriver/vfcadaptorservice/deployment/pom.xml b/nokia/vnfmdriver/vfcadaptorservice/deployment/pom.xml index 2ab9427c..6dc19aab 100644 --- a/nokia/vnfmdriver/vfcadaptorservice/deployment/pom.xml +++ b/nokia/vnfmdriver/vfcadaptorservice/deployment/pom.xml @@ -19,7 +19,7 @@ org.onap.vfc.nfvo.driver.vnfm.svnfm vfcadaptor-service - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT vfcadaptor-deployment diff --git a/nokia/vnfmdriver/vfcadaptorservice/docker/build_image.sh b/nokia/vnfmdriver/vfcadaptorservice/docker/build_image.sh index f03908ed..7425e232 100755 --- a/nokia/vnfmdriver/vfcadaptorservice/docker/build_image.sh +++ b/nokia/vnfmdriver/vfcadaptorservice/docker/build_image.sh @@ -22,7 +22,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.3.3" +VERSION="1.3.4" PROJECT="vfc" IMAGE="nfvo/svnfm/nokia" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/nokia/vnfmdriver/vfcadaptorservice/pom.xml b/nokia/vnfmdriver/vfcadaptorservice/pom.xml index ff7c5d88..17fd2086 100644 --- a/nokia/vnfmdriver/vfcadaptorservice/pom.xml +++ b/nokia/vnfmdriver/vfcadaptorservice/pom.xml @@ -19,12 +19,12 @@ vnfmdriver org.onap.vfc.nfvo.driver.vnfm.svnfm - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT org.onap.vfc.nfvo.driver.vnfm.svnfm vfcadaptor-service - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT vfc/nfvo/driver/vnfm/svnfm/nokia/vnfmdriver/vfcadaptorservice pom diff --git a/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/pom.xml b/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/pom.xml index 183bbda8..e775bc31 100644 --- a/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/pom.xml +++ b/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/pom.xml @@ -18,7 +18,7 @@ 4.0.0 vfcadaptor - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT war vfc/nfvo/driver/vnfm/svnfm/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor @@ -27,7 +27,7 @@ org.onap.vfc.nfvo.driver.vnfm.svnfm vfcadaptor-service - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT diff --git a/nokiav2/deployment/pom.xml b/nokiav2/deployment/pom.xml index 9a9e9b79..fd6602fd 100644 --- a/nokiav2/deployment/pom.xml +++ b/nokiav2/deployment/pom.xml @@ -17,14 +17,14 @@ 4.0.0 deployment - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT pom vfc/nfvo/driver/vnfm/svnfm/nokiav2/deployment Nokia SVNFM driver deployment files org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2 vfc-nfvo-driver-vnfm-svnfm-nokiav2 - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT diff --git a/nokiav2/driver/pom.xml b/nokiav2/driver/pom.xml index 8b889f1a..194febb5 100644 --- a/nokiav2/driver/pom.xml +++ b/nokiav2/driver/pom.xml @@ -17,14 +17,14 @@ 4.0.0 driver - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT jar vfc/nfvo/driver/vnfm/svnfm/nokiav2/driver svnfm vnfm driver org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2 vfc-nfvo-driver-vnfm-svnfm-nokiav2 - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT UTF-8 @@ -35,7 +35,7 @@ org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2 vfc-nfvo-driver-vnfm-svnfm-nokiav2-clients - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT org.springframework.boot diff --git a/nokiav2/driverwar/pom.xml b/nokiav2/driverwar/pom.xml index b5538180..108231e5 100644 --- a/nokiav2/driverwar/pom.xml +++ b/nokiav2/driverwar/pom.xml @@ -18,14 +18,14 @@ 4.0.0 org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2 driverwar - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT war vfc/nfvo/driver/vnfm/svnfm/nokiav2/driverwar svnfm vnfm driver org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2 vfc-nfvo-driver-vnfm-svnfm-nokiav2 - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT UTF-8 @@ -36,7 +36,7 @@ org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2 driver - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT org.springframework.boot diff --git a/nokiav2/generatedapis/pom.xml b/nokiav2/generatedapis/pom.xml index b347d6c4..08a788c3 100644 --- a/nokiav2/generatedapis/pom.xml +++ b/nokiav2/generatedapis/pom.xml @@ -18,12 +18,12 @@ org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2 vfc-nfvo-driver-vnfm-svnfm-nokiav2 - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT 4.0.0 org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2 vfc-nfvo-driver-vnfm-svnfm-nokiav2-clients - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT jar vfc/nfvo/driver/vnfm/svnfm/nokiav2/generatedapis diff --git a/nokiav2/pom.xml b/nokiav2/pom.xml index 22222445..eb630e1a 100644 --- a/nokiav2/pom.xml +++ b/nokiav2/pom.xml @@ -18,12 +18,12 @@ org.onap.vfc.nfvo.driver.vnfm.svnfm vfc-nfvo-driver-vnfm-svnfm - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT 4.0.0 org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2 vfc-nfvo-driver-vnfm-svnfm-nokiav2 - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT pom vfc-nfvo-driver-vnfm-svnfm-nokiav2 diff --git a/pom.xml b/pom.xml index dff6e465..3f530e4a 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.onap.vfc.nfvo.driver.vnfm.svnfm vfc-nfvo-driver-vnfm-svnfm - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT pom vfc-nfvo-driver-vnfm-svnfm vfc-nfvo-driver-vnfm-svnfm diff --git a/version.properties b/version.properties index f9bc3a2f..873e07fb 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=1 minor=3 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} diff --git a/zte/pom.xml b/zte/pom.xml index de9f9e62..110a784d 100644 --- a/zte/pom.xml +++ b/zte/pom.xml @@ -18,12 +18,12 @@ org.onap.vfc.nfvo.driver.vnfm.svnfm vfc-nfvo-driver-vnfm-svnfm - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT 4.0.0 org.onap.vfc.nfvo.driver.vnfm.svnfm.zte vfc-nfvo-driver-vnfm-svnfm-zte - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT pom vfc/nfvo/driver/vnfm/svnfm/zte vfc-nfvo-driver-vnfm-svnfm-zte diff --git a/zte/vmanager/docker/build_image.sh b/zte/vmanager/docker/build_image.sh index 2eaafd50..8eef7158 100755 --- a/zte/vmanager/docker/build_image.sh +++ b/zte/vmanager/docker/build_image.sh @@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.3.3" +VERSION="1.3.4" PROJECT="vfc" IMAGE="ztevnfmdriver" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/zte/vmanager/pom.xml b/zte/vmanager/pom.xml index 6c7c5aca..88356b6f 100644 --- a/zte/vmanager/pom.xml +++ b/zte/vmanager/pom.xml @@ -18,12 +18,12 @@ org.onap.vfc.nfvo.driver.vnfm.svnfm.zte vfc-nfvo-driver-vnfm-svnfm-zte - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT 4.0.0 org.onap.vfc.nfvo.driver.vnfm.svnfm.zte.vmanager vfc-nfvo-driver-vnfm-svnfm-zte-vmanager - 1.3.3-SNAPSHOT + 1.3.4-SNAPSHOT pom vfc-nfvo-driver-vnfm-svnfm-zte -- 2.16.6