diff options
author | jimmy <jf2512@att.com> | 2020-02-18 09:52:02 -0500 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2020-02-18 09:52:05 -0500 |
commit | d911dea6146b1410d6b47b8357a905f451b85194 (patch) | |
tree | 9d354a93ac2c55205f9a326086ee4fd039b844d6 /version.properties | |
parent | 5a0a21b3908e146810a992c575cf0fed102cfeb8 (diff) |
Fix sonar settings
Issue-ID: AAI-2793
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I32c3e51ae4812e8333a166694b58dca6d4e4721e
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 8a4994d..c0f0ffe 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=6 -patch_version=3 +patch_version=4 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins |