Update PyYAML version to 5.4.1 12/123712/1 1.4.1
authordyh <dengyuanhong@chinamobile.com>
Wed, 16 Jun 2021 03:45:55 +0000 (11:45 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Tue, 31 Aug 2021 09:19:54 +0000 (17:19 +0800)
Change-Id: Ic48b49da0cb46ee8f1d11671eb9f681cf4618512
Issue-ID: VFC-1863
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
mgr/docker/build_image.sh
mgr/pom.xml
mgr/requirements.txt
pom.xml
version.properties

index ec016d5..67f306b 100755 (executable)
@@ -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"
index ca62571..9182581 100644 (file)
     <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>
index 0a5bc41..76800d0 100644 (file)
@@ -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 (file)
--- 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>
index bfb144c..cee0398 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=4
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}