summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2021-06-16 11:45:55 +0800
committerdyh <dengyuanhong@chinamobile.com>2021-08-31 17:19:54 +0800
commitd4abe8150abc1ea26682f3cef0dfd56fdc1f1cf9 (patch)
tree7a5ec5138f63816130e7028c3498910e6ab16ad1
parent7f822cfccbd150ccc2a6b768917974a55e28faa6 (diff)
Update PyYAML version to 5.4.11.4.1
Change-Id: Ic48b49da0cb46ee8f1d11671eb9f681cf4618512 Issue-ID: VFC-1863 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rwxr-xr-xmgr/docker/build_image.sh2
-rw-r--r--mgr/pom.xml4
-rw-r--r--mgr/requirements.txt2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
5 files changed, 6 insertions, 6 deletions
diff --git a/mgr/docker/build_image.sh b/mgr/docker/build_image.sh
index ec016d5..67f306b 100755
--- a/mgr/docker/build_image.sh
+++ b/mgr/docker/build_image.sh
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.4.0"
+VERSION="1.4.1"
PROJECT="vfc"
IMAGE="vnfmgr"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/mgr/pom.xml b/mgr/pom.xml
index ca62571..9182581 100644
--- a/mgr/pom.xml
+++ b/mgr/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
<artifactId>vfc-gvnfm-vnfmgr</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnfmgr.mgr</groupId>
<artifactId>vfc-gvnfm-vnfmgr-mgr</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnfmgr-mgr</name>
<properties>
diff --git a/mgr/requirements.txt b/mgr/requirements.txt
index 0a5bc41..76800d0 100644
--- a/mgr/requirements.txt
+++ b/mgr/requirements.txt
@@ -31,4 +31,4 @@ onappylog>=1.0.9
# uwsgi for parallel processing
uwsgi
-PyYAML==5.3.1 \ No newline at end of file
+PyYAML==5.4.1 \ No newline at end of file
diff --git a/pom.xml b/pom.xml
index c5e93fc..513cefc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
<artifactId>vfc-gvnfm-vnfmgr</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnfmgr</name>
<description>vfc gvnfm vnfmgr</description>
diff --git a/version.properties b/version.properties
index bfb144c..cee0398 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=1
minor=4
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}