From: liamfallon Date: Wed, 18 Oct 2023 08:08:51 +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=cb0d3349f78bcbd1433f72aeb5634015206f662e;p=policy%2Fdrools-applications.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: Ife397c8d3d4d7c81770b6438ca1a5fd34213ea50 --- diff --git a/pom.xml b/pom.xml index d77db6d4c..bc890255e 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent integration 4.0.1-SNAPSHOT - + org.onap.policy.drools-applications diff --git a/version.properties b/version.properties index 072827252..ae234638e 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