From 2aba4493688e3dcd4a4b78de1092eac8ae287b74 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 8 Nov 2023 13:29:59 -0600 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: Ifbd6baa3d06ad618b1d856866497958c8857e746 --- 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 6a8bb25e..952b993b 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.parent policy-parent - 4.0.2-SNAPSHOT + 4.0.3-SNAPSHOT integration pom @@ -38,7 +38,7 @@ 17 - 4.0.2 + 4.0.3-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 53ca908d..e84a97df 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.parent policy-parent - 4.0.2-SNAPSHOT + 4.0.3-SNAPSHOT pom diff --git a/resources/pom.xml b/resources/pom.xml index 9bb5245d..94f2a0ea 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent policy-parent - 4.0.2-SNAPSHOT + 4.0.3-SNAPSHOT policy-parent-resources diff --git a/version.properties b/version.properties index b45c8037..974c1c42 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=4 minor=0 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- 2.16.6