diff options
author | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:41:26 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:41:26 +0100 |
commit | 4293642313c3538c9a3257a4497b8d8d935ee613 (patch) | |
tree | cfb8f2708ef47b58e534cae63632f542bf51b6b5 /version.properties | |
parent | d241fc52f905782af9bc2bb5db243b2d4d206f74 (diff) |
Set snapshot and/or references of policy/distribution for new release
policy/distribution updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4662
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I652094623e443ec4550172f239e20d36fdc8cace
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 ca0e624f..4ba0a9a8 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=2 -minor=9 -patch=3 +minor=3 +minor=0 +patch=0 base_version=${major}.${minor}.${patch} |