diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-09-15 11:12:03 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-09-15 11:12:03 +0300 |
commit | 02a9aa8057cfbcc395edb1469f4f4336a484c661 (patch) | |
tree | 36bbb639495bab79c69959665c92d6cfd981e696 /vid-app-common | |
parent | cbd15d952dfb6ad9b95b0da18472a8c4d0794989 (diff) |
Bump VID version to 5.0.3
Change-Id: I4c3de5eeaac8e576b6a52a87dbe3dc148c203edb
Issue-ID: VID-611
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-app-common')
-rwxr-xr-x | vid-app-common/pom.xml | 2 | ||||
-rwxr-xr-x | vid-app-common/version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
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. --> <groupId>org.onap.vid</groupId> <artifactId>vid-app-common</artifactId> - <version>5.0.2-SNAPSHOT</version> + <version>5.0.3-SNAPSHOT</version> <packaging>war</packaging> <name>VID Common</name> <description>VID Common code for opensource version</description> 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} |