From e8414b1fe839291418ead3a7e5a64bf382dc1121 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Wed, 8 Jan 2020 17:29:43 +0200 Subject: Bump VID master version to 6.0.1 (Frankfurt) Issue-ID: VID-716 Change-Id: Iee183065e46f791b121581b89447be58dc36f422 Signed-off-by: Ittay Stern --- vid-app-common/pom.xml | 2 +- vid-app-common/version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'vid-app-common') diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index c9356771d..ffe26b614 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.0-SNAPSHOT + 6.0.1-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 19ee1fbf4..7838c401a 100755 --- a/vid-app-common/version.properties +++ b/vid-app-common/version.properties @@ -4,7 +4,7 @@ major=6 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit