From: liamfallon Date: Wed, 18 Oct 2023 08:08:31 +0000 (+0100) Subject: Fix version.properties major version X-Git-Tag: 3.0.1~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b4aa19a44e03caff77ed1b3c3d31e5951ef728dd;p=policy%2Fapex-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: Icddb2a0aa1022bd70b35ab1b0c3596cd9e632d82 --- diff --git a/pom.xml b/pom.xml index b4eb5dd31..d01467ed3 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.parent integration 4.0.1-SNAPSHOT - + org.onap.policy.apex-pdp diff --git a/version.properties b/version.properties index 3288dcdc3..fd262fb4c 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=3 +major=3 minor=0 patch=1