diff options
author | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:41:30 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:41:30 +0100 |
commit | ec0d27ab59a2c45f420f6ed61026aa592c6910c1 (patch) | |
tree | bc9e1d463118c7b1f0230f91a02a51ee168fea9d /version.properties | |
parent | cdb342ad5615304846b89bd67e07b7ad1e875ba2 (diff) |
Set snapshot and/or references of policy/gui for new release
policy/gui 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: I1feb9c97529cfadc674f541f0f72fb5eb9121e3c
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 5d7ff9b..4ba0a9a 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=4 -patch=3 +minor=3 +minor=0 +patch=0 base_version=${major}.${minor}.${patch} |