diff options
author | Ittay Stern <ittay.stern@att.com> | 2020-05-07 06:58:20 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2020-05-07 06:59:59 +0300 |
commit | 8fde9d565e5e148ed2bacb6e2686dd45051290fc (patch) | |
tree | f84ca26c5e3f24f16499ff87e86e2aaaa8eb3dd3 /vid-app-common | |
parent | a88abcb68afd396d9317e6a0768f7870bda9535d (diff) |
Bump VID master version to 7.0.0 (Guilin)
Issue-ID: VID-813
Change-Id: I4ead7f5cca5380a5eba154b30fb18e18177865af
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 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index d50a099d5..b894ebefc 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.5-SNAPSHOT</version> + <version>7.0.0-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 5617b19cf..9edd4819f 100755 --- a/vid-app-common/version.properties +++ b/vid-app-common/version.properties @@ -2,9 +2,9 @@ # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) # because they are used in Jenkins, whose plug-in doesn't support -major=6 +major=7 minor=0 -patch=5 +patch=0 base_version=${major}.${minor}.${patch} |