diff options
author | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:41:35 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:41:35 +0100 |
commit | 8e6aa422cbc054293ef82503a816a31b9e9a407a (patch) | |
tree | fdec3561b8979d3f64d82ebf6495a71b1f045535 /version.properties | |
parent | 48cda60e2f2835ad988f03d281ffd8bc5d24d74d (diff) |
Set snapshot and/or references of policy/clamp for new release
policy/clamp 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: I0697ed63e666a83458b4d05712a2eabd51482f65
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 7902b64c3..c9cc35fa9 100644 --- a/version.properties +++ b/version.properties @@ -25,9 +25,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=6 -minor=4 -patch=4 +minor=7 +minor=0 +patch=0 base_version=${major}.${minor}.${patch} |