diff options
author | 2020-11-15 23:44:50 -0500 | |
---|---|---|
committer | 2020-11-15 23:44:50 -0500 | |
commit | ed2d0e1fe8d84ae1a02b2fefd28154ccfd3960ed (patch) | |
tree | a07f0dac9b0ea6a35658a32892c47ebf80ff9dd9 /version.properties | |
parent | 0093a40fc69c8a148c4d4fdaebe574f33ac7e535 (diff) |
Upversion artifacts to 1.8.0-SNAPSHOT
Issue-ID: AAI-3222
Change-Id: Ia6201ac4d1aff9f5c4db6736fe39d6313f6c5b8d
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 4bdcfa1..11f0383 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=7 -patch=1 +minor=8 +patch=0 base_version=${major}.${minor}.${patch} |