diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2020-11-15 23:46:30 -0500 |
---|---|---|
committer | Harish Venkata Kajur <vk250x@att.com> | 2020-11-15 23:46:30 -0500 |
commit | d7625b2f86c2934b78a802f6d474f48bb2faf2ce (patch) | |
tree | 40a91d90ad0bb0b7293c4d849ff6df41ec45988c /version.properties | |
parent | 3acdf778558129c64ae06682513469875e1c06ea (diff) |
Upversion artifacts to 1.8.0-SNAPSHOT
Issue-ID: AAI-3222
Change-Id: I897bed9081309b3441e0d57df84adf803119fc40
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index 3ba886a..5403b8c 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=7 -patch_version=2 +minor_version=8 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} |