From d35b39e1f028c3b7a6ec523fc5a92bc19213937e Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 14 Nov 2023 16:12:11 +0100 Subject: [PATCH] Set snapshot and/or references of policy/parent for new release policy/parent updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4854 Signed-off-by: liamfallon Change-Id: Iedcce90f581bf9b56dbf2d70a55f07406dc2796f --- integration/pom.xml | 2 +- pom.xml | 2 +- resources/pom.xml | 2 +- version.properties | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index 952b993b..eaa09fc4 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.parent policy-parent - 4.0.3-SNAPSHOT + 4.1.0-SNAPSHOT integration pom diff --git a/pom.xml b/pom.xml index e84a97df..4aafc10a 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.parent policy-parent - 4.0.3-SNAPSHOT + 4.1.0-SNAPSHOT pom diff --git a/resources/pom.xml b/resources/pom.xml index 94f2a0ea..34e39508 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent policy-parent - 4.0.3-SNAPSHOT + 4.1.0-SNAPSHOT policy-parent-resources diff --git a/version.properties b/version.properties index 974c1c42..b0ccfcd7 100644 --- a/version.properties +++ b/version.properties @@ -3,8 +3,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=4 -minor=0 -patch=3 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6