diff options
author | 2024-05-20 11:08:22 +0100 | |
---|---|---|
committer | 2024-05-20 11:15:30 +0100 | |
commit | b041c9ad0c101d6d14bb54c95a1588ec49844328 (patch) | |
tree | 2ef36b9ff7c4ba75a1729747c7e86d4448a49475 /version.properties | |
parent | d8354d6499f75af5cf958b2723d3d35363e826c2 (diff) |
Set snapshot and/or references of policy/parent for new release
policy/parent updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4999
Change-Id: I45b807cdb0bd6293c13fa496d3f0cc739ea9176e
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/version.properties b/version.properties index 7b1a3c92..295674ed 100644 --- a/version.properties +++ b/version.properties @@ -2,9 +2,9 @@ # 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=4 -minor=1 -patch=5 +major=5 +minor=0 +patch=0 base_version=${major}.${minor}.${patch} |