From 296345d5b3a5628aee0b522aa383c150e5e1ce9f Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Wed, 18 Sep 2019 12:42:38 +0300 Subject: Bump VID master version to 6.0.0 (Frankfurt) Change-Id: I74b6f5dbf614cf3a29a8c1570a1f113d191f7e57 Issue-ID: VID-631 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 7f2b27c9f..78d9af771 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 - 5.0.3-SNAPSHOT + 6.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 70310a855..19ee1fbf4 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=5 +major=6 minor=0 -patch=3 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg