aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2021-03-24 18:04:26 +0800
committerdyh <dengyuanhong@chinamobile.com>2021-03-24 18:05:13 +0800
commitd99dd5c39e316cc312db044d87b80db82e7edca5 (patch)
treedbd1df00e7f48b9fecb8a1dbede9dc3045760739
parentbfd70b189d8dbdfe0588906f4eb4cdd8afe69b05 (diff)
Update nfvo-lcm version1.4.3
Change-Id: I03b218c22193576ace04019b9921691c2477e11e Issue-ID: VFC-1830 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r--docker/build_image.sh2
-rw-r--r--docs/release-notes.rst8
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
4 files changed, 7 insertions, 7 deletions
diff --git a/docker/build_image.sh b/docker/build_image.sh
index d2b745f9..dd12141b 100644
--- 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.4.2"
+VERSION="1.4.3"
PROJECT="vfc"
IMAGE="nslcm"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index d271bbb5..ae223946 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -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 b30e7e17..418b2e8d 100644
--- 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>
diff --git a/version.properties b/version.properties
index 77e67b1c..44e6ad0d 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=4
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}