summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandeep Shah <sandeeplinux1068@gmail.com>2020-08-27 17:23:57 -0500
committerSandeep Shah <sandeeplinux1068@gmail.com>2020-08-27 17:27:28 -0500
commite746327af640d56fcdd7d7fbb7090717616ad1c3 (patch)
tree348a0328c9e7adaff18e621c5d9c4f885b4aa92e
parent185324b37ac9863c4976e3f4bbae208adc29fcac (diff)
Update version for portal components
Version updated to 3.4.0 for Gulian Issue-ID: PORTAL-997 Signed-off-by: SandeepLinux <Sandeep.Shah@att.com> Change-Id: I276c62f62c3b36fabc46dd396ade434dd453e8d7
-rw-r--r--deliveries/.env2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
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}