From 39e24f8e35c42a2cc8e5e36b7ecb13e5c643e7ac Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Mon, 11 Dec 2023 11:40:18 +0000 Subject: [PATCH] Update snapshot and/or references of policy/parent to latest snapshots policy/parent updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4907 Signed-off-by: saul.gill Change-Id: I40cbab341a31ff4781237e339f7dd39cff0476f3 --- integration/pom.xml | 4 ++-- pom.xml | 2 +- resources/pom.xml | 2 +- version.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index 2af220cf..8bd36b21 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.parent policy-parent - 4.1.0-SNAPSHOT + 4.1.1-SNAPSHOT integration pom @@ -38,7 +38,7 @@ 17 - 4.1.0 + 4.1.1-SNAPSHOT ${project.basedir}/../target/code-coverage/jacoco-ut.exec https://nexus3.onap.org/repository/npm.public/npm/-/ nexus3.onap.org:10001 diff --git a/pom.xml b/pom.xml index 4aafc10a..1d8fcab2 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.parent policy-parent - 4.1.0-SNAPSHOT + 4.1.1-SNAPSHOT pom diff --git a/resources/pom.xml b/resources/pom.xml index 34e39508..5e774d58 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent policy-parent - 4.1.0-SNAPSHOT + 4.1.1-SNAPSHOT policy-parent-resources diff --git a/version.properties b/version.properties index b0ccfcd7..c01968bb 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=4 minor=1 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6