From 2286619a97b30d0c9ddfe1fdea2af449d92743e7 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Tue, 13 Aug 2019 18:45:23 +0300 Subject: Bump VID version to 5.0.1 Issue-ID: VID-494 Change-Id: I0564a6ac162b82211733525133c6e1dadf1541c0 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 c0c4958d5..34699f98c 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.0-SNAPSHOT + 5.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 295674ed8..60ac15449 100755 --- a/vid-app-common/version.properties +++ b/vid-app-common/version.properties @@ -4,7 +4,7 @@ major=5 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg