diff options
author | Jimmy Forsyth <jf2512@att.com> | 2020-04-08 12:16:04 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2020-04-08 12:16:05 -0400 |
commit | 63a9b7fe8c3b762c04d72da9d2518cb74078fb1d (patch) | |
tree | 3edc125bdd54d1e167773655aa6bcc9ac55fe31e /version.properties | |
parent | edbe717b32787b1b3cdb979cc0e54410e5b1dd0f (diff) |
Upversion to 1.7.0
Issue-ID: AAI-2860
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I50a92c569514c88994dfe198556aade61661a8b3
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 0faa955..1ad3f1d 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # 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_version=1 -minor_version=6 -patch_version=7 +minor_version=7 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins |