From 0b34f7f0723e4cfbb7fbc874dfeb8d1451f5ccc9 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 18 Oct 2023 09:07:52 +0100 Subject: 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: I41f2d27fb438cd923f5f3bf01add54bba9c68d0c --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fe58f2bc..35b47272 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.parent integration 4.0.1-SNAPSHOT - + org.onap.policy.api diff --git a/version.properties b/version.properties index 3288dcdc..fd262fb4 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 -- cgit 1.2.3-korg