diff options
author | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:41:12 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-05-25 09:41:12 +0100 |
commit | 3e9a566891ef0aaa943bc9945374ad522d167536 (patch) | |
tree | 3f7cce9ed3558273cf8669408f2f076e2756f6a9 /version.properties | |
parent | b440faf955b379f85d93bdc9184445da8642411d (diff) |
Set snapshot and/or references of policy/drools-pdp for new release
policy/drools-pdp 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: I9c4180cb3626281a16c15c17f5e04a0e879a9f62
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 9c8c1ec4..20aa7408 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=1 -minor=12 -patch=3 +minor=2 +minor=0 +patch=0 base_version=${major}.${minor}.${patch} |