From: Sandeep Shah Date: Thu, 27 Aug 2020 22:23:57 +0000 (-0500) Subject: Update version for portal components X-Git-Tag: 3.4.0~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F111817%2F1;hp=185324b37ac9863c4976e3f4bbae208adc29fcac;p=portal.git Update version for portal components Version updated to 3.4.0 for Gulian Issue-ID: PORTAL-997 Signed-off-by: SandeepLinux Change-Id: I276c62f62c3b36fabc46dd396ade434dd453e8d7 --- diff --git a/deliveries/.env b/deliveries/.env index 333eb9eb..05341411 100644 --- a/deliveries/.env +++ b/deliveries/.env @@ -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. diff --git a/version.properties b/version.properties index 2640898e..75658f78 100644 --- a/version.properties +++ b/version.properties @@ -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}