diff options
author | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:40:50 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:40:50 +0100 |
commit | e29a6787a802562dd7d47b8b797994bd3ce19311 (patch) | |
tree | c2c241aefd8cc5366de834bb974c3569e83b6719 /version.properties | |
parent | 6b61d075fa29f2a3cec319bba3bb953bf41680ab (diff) |
Set snapshot and/or references of policy/docker for new release
policy/docker 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: I35fcba9154ad884a1980e1c6c921f5384b2f259b
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 d4663f28..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=6 -patch=3 +minor=3 +minor=0 +patch=0 base_version=${major}.${minor}.${patch} |