Merge "Fixed App Onboarding - List page error"
authorSunder Tattavarada <statta@research.att.com>
Mon, 31 Aug 2020 14:48:31 +0000 (14:48 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 31 Aug 2020 14:48:31 +0000 (14:48 +0000)
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}