diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-10 11:00:43 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2019-04-10 11:45:05 -0400 |
commit | bd30b66c9cd6a18f3c4c7560afddb813b76c385c (patch) | |
tree | 8639b9c70a966b9bb3f72a61b07a7834fe2f73f9 /version.properties | |
parent | 4dddfa3cb288a7cd5a04c8f419cef1a09afde9f9 (diff) |
Adding product entry id property in schema
Issue-ID: AAI-2226
Change-Id: I5da79ac0bf541b051704916c403e84631df10612
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index fedd873..7c09f12 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 minor_version=0 -patch_version=1 +patch_version=2 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins release_version=${base_version} |