Release vfc-lcm version 1.4.7 63/128863/1 1.4.7
authordengyh <dengyuanhong@chinamobile.com>
Tue, 26 Apr 2022 02:37:14 +0000 (10:37 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Tue, 26 Apr 2022 02:37:38 +0000 (10:37 +0800)
Change-Id: Iaa79c449a3113ef3f0687ca1259d3f6f6d3ceeee
Issue-ID: VFC-1942
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
docker/build_image.sh
docs/release-notes.rst
pom.xml
version.properties

index 9759be3..6368ce4 100644 (file)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.4.6"
+VERSION="1.4.7"
 PROJECT="vfc"
 IMAGE="nslcm"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 78adec3..b8e3d9a 100644 (file)
@@ -12,10 +12,10 @@ orchestration and close loop automation by working with SO, DCAE and Policy.
 VF-C also provides standard southbound interface to VNFMs and can integrate
 with multi vendor VNFMs via drivers.
 
-Version: 1.4.6
+Version: 1.4.7
 --------------
 
-:Release Date: 2022-04-13
+:Release Date: 2022-04-26
 
 **Bug Fixes**
 
@@ -24,7 +24,7 @@ Version: 1.4.6
 Released components:
 
 NFVO
- - vfc-nfvo-lcm 1.4.6
+ - vfc-nfvo-lcm 1.4.7
  - vfc-nfvo-driver-gvnfm-gvnfmadapter 1.4.4
  - vfc-nfvo-driver-svnfm-ztedriver 1.4.1
  - vfc-nfvo-driver-svnfm-huawei 1.4.1
diff --git a/pom.xml b/pom.xml
index cd55b76..e24d4fb 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.6-SNAPSHOT</version>
+    <version>1.4.7-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-lcm</name>
     <description>vfc nfvo lcm</description>
index 106f2a1..eb1f100 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=4
-patch=6
+patch=7
 
 base_version=${major}.${minor}.${patch}