From: liamfallon Date: Wed, 18 Oct 2023 08:08:45 +0000 (+0100) Subject: Fix version.properties major version X-Git-Tag: 2.0.1~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6b30f374b232cd9edad5c2c6d90bcca7df712f4a;p=policy%2Fdrools-pdp.git Fix version.properties major version Fix version.properties major version *** This commit is generated by a PF release script *** Issue-ID: POLICY-4854 Signed-off-by: liamfallon Change-Id: I11cd99816dd40b64d5de8fdf100adb32e033f24c --- diff --git a/pom.xml b/pom.xml index a7ac1957..fdd813aa 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.parent integration 4.0.1-SNAPSHOT - + org.onap.policy.drools-pdp diff --git a/version.properties b/version.properties index 07282725..ae234638 100644 --- a/version.properties +++ b/version.properties @@ -2,7 +2,7 @@ # 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 -minor=2 +major=2 minor=0 patch=1