From d65baada5179fcb7635ec95c3b9e358e335c9fbc Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Thu, 11 Jul 2024 16:11: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-5072 Change-Id: I0d04eda60251fbb3824b8e6dbda8f4131590e0f1 Signed-off-by: rameshiyer27 --- checkstyle/pom.xml | 2 +- integration/pom.xml | 4 ++-- pom.xml | 2 +- resources/pom.xml | 2 +- version.properties | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index d2518ee0..f6c6cf66 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.parent policy-parent - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT checkstyle checkstyle diff --git a/integration/pom.xml b/integration/pom.xml index 2d9732ec..f04fd2d2 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.parent policy-parent - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT integration pom @@ -38,7 +38,7 @@ 17 - 5.0.0 + 5.0.1-SNAPSHOT [4.1.2,) ${project.build.directory}/code-coverage/jacoco-ut.exec diff --git a/pom.xml b/pom.xml index 511c6c1f..07e10f31 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.onap.policy.parent policy-parent - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT pom diff --git a/resources/pom.xml b/resources/pom.xml index 2648a57c..72c4fa45 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent policy-parent - 5.0.0-SNAPSHOT + 5.0.1-SNAPSHOT policy-parent-resources diff --git a/version.properties b/version.properties index 295674ed..60ac1544 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=5 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} -- 2.16.6