From cb0d3349f78bcbd1433f72aeb5634015206f662e Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 18 Oct 2023 09:08:51 +0100 Subject: [PATCH] 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 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.16.6