diff options
author | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:41:03 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:41:03 +0100 |
commit | 6abd0036e84b0b3774fcdeaf40b63b62c47ce0dc (patch) | |
tree | 5a79f582e13e9cf44f83d71b840ed1e2fc53d3eb /version.properties | |
parent | 252e21b6bfe424d17a9f5eeb1cfb2acd1f197fb9 (diff) |
Set snapshot and/or references of policy/api for new release
policy/api 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: I62ae7a024f3b3b5ab52b78b797d1571c4761d5ec
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 4e87a60a..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=8 -patch=3 +minor=3 +minor=0 +patch=0 base_version=${major}.${minor}.${patch} |