diff options
author | Wojciech Sliwka <wojciech.sliwka@nokia.com> | 2019-09-16 07:18:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-16 07:18:26 +0000 |
commit | 69ea8f5b4c5165b12de7261bfb19625c6dc3d5be (patch) | |
tree | 14d6220595949d8fc05d9ecb5f50b3c67bf56363 /vid-app-common | |
parent | 24f143d8537686bc7a5b7540547fc40ab6523012 (diff) | |
parent | 02a9aa8057cfbcc395edb1469f4f4336a484c661 (diff) |
Merge "Bump VID version to 5.0.3"5.0.3
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} |