diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2023-10-17 14:57:47 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2023-10-17 14:58:29 +0100 |
commit | 1e15c6748383e101b8672315bdf655dc9093685a (patch) | |
tree | a981380f5079ff3227b88171752612a05807d50e /version.properties | |
parent | 625459d247cbc80b57eb9a638397c9cae4c4aaaf (diff) |
Fix major version missing from properties
Issue-ID: POLICY-4854
Change-Id: I20f32efc7514c60532028cfb93132e5361a261e3
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
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 56271391..bac52448 100644 --- a/version.properties +++ b/version.properties @@ -2,7 +2,7 @@ # 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 -minor=4 +major=4 minor=0 patch=1 |