From 8fde9d565e5e148ed2bacb6e2686dd45051290fc Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Thu, 7 May 2020 06:58:20 +0300 Subject: Bump VID master version to 7.0.0 (Guilin) Issue-ID: VID-813 Change-Id: I4ead7f5cca5380a5eba154b30fb18e18177865af Signed-off-by: Ittay Stern --- vid-app-common/pom.xml | 2 +- vid-app-common/version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'vid-app-common') diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index d50a099d5..b894ebefc 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -9,7 +9,7 @@ inherit from a parent maven module. --> org.onap.vid vid-app-common - 6.0.5-SNAPSHOT + 7.0.0-SNAPSHOT war VID Common VID Common code for opensource version diff --git a/vid-app-common/version.properties b/vid-app-common/version.properties index 5617b19cf..9edd4819f 100755 --- a/vid-app-common/version.properties +++ b/vid-app-common/version.properties @@ -2,9 +2,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=6 +major=7 minor=0 -patch=5 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg