diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-01-08 17:35:45 +0200 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-01-09 10:47:50 +0200 |
commit | 2e0d6b1a8fe5fdeef16c90e438c9df425f40b855 (patch) | |
tree | 8e0f2260689c56596b7b8bf649ae00f83454603d /vid-app-common | |
parent | e8414b1fe839291418ead3a7e5a64bf382dc1121 (diff) |
Release VID 6.0.1 (Frankfurt)
Issue-ID: VID-716
Change-Id: If85e9c7b0b68ae19b7da84f9a7d4459fd4dae21e
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 ffe26b614..5f3d75e84 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.1-SNAPSHOT</version> + <version>6.0.2-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 7838c401a..819a8c054 100755 --- a/vid-app-common/version.properties +++ b/vid-app-common/version.properties @@ -4,7 +4,7 @@ major=6 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |