summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}