From 02a9aa8057cfbcc395edb1469f4f4336a484c661 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Sun, 15 Sep 2019 11:12:03 +0300 Subject: Bump VID version to 5.0.3 Change-Id: I4c3de5eeaac8e576b6a52a87dbe3dc148c203edb Issue-ID: VID-611 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 b2167da92..d78bb2e33 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.2-SNAPSHOT + 5.0.3-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 443752c32..70310a855 100755 --- a/vid-app-common/version.properties +++ b/vid-app-common/version.properties @@ -4,7 +4,7 @@ major=5 minor=0 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg