diff options
author | dengyh <dengyuanhong@chinamobile.com> | 2022-04-26 10:37:14 +0800 |
---|---|---|
committer | dengyh <dengyuanhong@chinamobile.com> | 2022-04-26 10:37:38 +0800 |
commit | 5799fad28c6d43c1751301a3924a7d04eb375a1a (patch) | |
tree | 71220a36e37c4e33b2c35d0201e4b0e855c2f11e | |
parent | 00e4f04fbedbd1817e81b399641bdf6e9839d84f (diff) |
Release vfc-lcm version 1.4.71.4.7
Change-Id: Iaa79c449a3113ef3f0687ca1259d3f6f6d3ceeee
Issue-ID: VFC-1942
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
-rw-r--r-- | docker/build_image.sh | 2 | ||||
-rw-r--r-- | docs/release-notes.rst | 6 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/docker/build_image.sh b/docker/build_image.sh index 9759be3f..6368ce46 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.6" +VERSION="1.4.7" PROJECT="vfc" IMAGE="nslcm" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 78adec32..b8e3d9a7 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -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 @@ -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> diff --git a/version.properties b/version.properties index 106f2a13..eb1f100d 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=4 -patch=6 +patch=7 base_version=${major}.${minor}.${patch} |