diff options
author | wreehil <wr148d@att.com> | 2021-08-18 12:24:35 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2021-08-18 12:24:35 -0400 |
commit | 5f9657417273e44db066beee322a263c36387a7f (patch) | |
tree | 16fa148ae2cb639fcc0abd2dc3beafd206720a8e /version.properties | |
parent | e623f779e146050c5b6824906b98e6eac59b6eb5 (diff) |
[AAI] Upversioning aai-common to 1.9.0 for Istanbul
Issue-ID: AAI-3361
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I516987a9ec57a744c7c2f1e153a37794bebdc4fa
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 8d611d2a..6f1f79e1 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=8 -patch_version=2 +minor_version=9 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version} |