From c00a0dd3a611f3e98a3b8eaaa67c6ddde96a7b71 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 18 Oct 2023 09:08:03 +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: Ib9e87399e25f7db79d162cd24928b8a428aa8b02 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 pom.xml diff --git a/pom.xml b/pom.xml old mode 100755 new mode 100644 index 8e82363dd..50ce22510 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.onap.policy.parent integration 4.0.1-SNAPSHOT - + org.onap.policy.clamp policy-clamp diff --git a/version.properties b/version.properties index 8b2c59f12..dc0468ac2 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,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=7 +major=7 minor=0 patch=1 -- cgit 1.2.3-korg