From 1e15c6748383e101b8672315bdf655dc9093685a Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Tue, 17 Oct 2023 14:57:47 +0100 Subject: [PATCH] Fix major version missing from properties Issue-ID: POLICY-4854 Change-Id: I20f32efc7514c60532028cfb93132e5361a261e3 Signed-off-by: adheli.tavares --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6