From a32f244bbb1596a70508dfd0cb63d9856bb5f2b1 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 17 Oct 2023 17:41:35 +0100 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-4854 Signed-off-by: liamfallon Change-Id: Id2d8c0d558b611a185da609ed9938b091f601b34 --- 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 e8ede633..f4b2e3b0 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.parent policy-parent - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT integration pom @@ -38,7 +38,7 @@ 17 - 4.0.1 + 4.0.2-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 832690b9..53ca908d 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.parent policy-parent - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT pom diff --git a/resources/pom.xml b/resources/pom.xml index 3d9dbfc7..9bb5245d 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent policy-parent - 4.0.1-SNAPSHOT + 4.0.2-SNAPSHOT policy-parent-resources diff --git a/version.properties b/version.properties index bac52448..b45c8037 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=4 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6