Update version for portal components 17/111817/1
authorSandeep Shah <sandeeplinux1068@gmail.com>
Thu, 27 Aug 2020 22:23:57 +0000 (17:23 -0500)
committerSandeep Shah <sandeeplinux1068@gmail.com>
Thu, 27 Aug 2020 22:27:28 +0000 (17:27 -0500)
Version updated to 3.4.0 for Gulian

Issue-ID: PORTAL-997
Signed-off-by: SandeepLinux <Sandeep.Shah@att.com>
Change-Id: I276c62f62c3b36fabc46dd396ade434dd453e8d7

deliveries/.env
version.properties

index 333eb9e..0534141 100644 (file)
@@ -38,7 +38,7 @@ CLI_IMG_NAME=onap/cli
 
 # This is the first portion of the Docker image tag
 # that is published to the ONAP registry.
-PORTAL_VERSION=3.3.0
+PORTAL_VERSION=3.4.0
 
 # This is used during builds and in docker-compose;
 # it is never published to the ONAP registry.
index 2640898..75658f7 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=3
-minor=3
+minor=4
 patch=0
 
 base_version=${major}.${minor}.${patch}