diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-01-26 18:12:47 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-01-26 17:25:29 +0000 |
commit | 212806afa99581acd7618add8be958d945690867 (patch) | |
tree | bc4190236645131b11b0e16ea1dcece136ce18f4 /vid-app-common | |
parent | 455954cc72de9bdf47906edcb9adab55a825c8e5 (diff) |
Release VID 6.0.2 (Frankfurt)
Issue-ID: VID-716
Change-Id: Ic61e1d7f4d85c0d17b1a41a50d2a5578409abd3b
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 cc32c2ae7..2efd10426 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>6.0.2-SNAPSHOT</version> + <version>6.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 819a8c054..ce5339b64 100755 --- a/vid-app-common/version.properties +++ b/vid-app-common/version.properties @@ -4,7 +4,7 @@ major=6 minor=0 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} |