Update nfvo-lcm version 07/119707/1 1.4.3
authordyh <dengyuanhong@chinamobile.com>
Wed, 24 Mar 2021 10:04:26 +0000 (18:04 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Wed, 24 Mar 2021 10:05:13 +0000 (18:05 +0800)
Change-Id: I03b218c22193576ace04019b9921691c2477e11e
Issue-ID: VFC-1830
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
docker/build_image.sh
docs/release-notes.rst
pom.xml
version.properties

index d2b745f..dd12141 100644 (file)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.4.2"
+VERSION="1.4.3"
 PROJECT="vfc"
 IMAGE="nslcm"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index d271bbb..ae22394 100644 (file)
@@ -13,10 +13,10 @@ VF-C also provides standard southbound interface to VNFMs and can integrate
 with multi vendor VNFMs via drivers.
 
 
-Version: 1.4.2
+Version: 1.4.3
 --------------
 
-:Release Date: 2021-03-08
+:Release Date: 2021-03-24
 
 **New Features**
 
@@ -29,8 +29,8 @@ Released components:
 NFVO
  - vfc-nfvo-lcm 1.4.2
  - vfc-nfvo-driver-gvnfm-gvnfmadapter 1.4.1
- - vfc-nfvo-driver-svnfm-ztedriver 1.3.9
- - vfc-nfvo-driver-svnfm-huawei 1.3.8
+ - vfc-nfvo-driver-svnfm-ztedriver 1.4.0
+ - vfc-nfvo-driver-svnfm-huawei 1.3.9
  - vfc-nfvo-db 1.3.4
 
 GVNFM
diff --git a/pom.xml b/pom.xml
index b30e7e1..418b2e8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.lcm</groupId>
     <artifactId>vfc-nfvo-lcm</artifactId>
-    <version>1.4.2-SNAPSHOT</version>
+    <version>1.4.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-lcm</name>
     <description>vfc nfvo lcm</description>
index 77e67b1..44e6ad0 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=4
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}