From 5600ae8ac3176d8f885a168e3d79cccc075a5450 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Mon, 18 Nov 2024 12:34:14 +0000 Subject: 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-5166 Change-Id: I2ef9b0c578c9aed0bb7c9a56b76acf13dd0962e1 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 f6c6cf66..72052618 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.parent policy-parent - 5.0.1-SNAPSHOT + 5.0.2-SNAPSHOT checkstyle checkstyle diff --git a/integration/pom.xml b/integration/pom.xml index 55dffd2a..3f881423 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.parent policy-parent - 5.0.1-SNAPSHOT + 5.0.2-SNAPSHOT integration pom @@ -38,7 +38,7 @@ 17 - 5.0.1 + 5.0.2-SNAPSHOT [4.1.2,) ${project.build.directory}/code-coverage/jacoco-ut.exec diff --git a/pom.xml b/pom.xml index c971ad0b..d7cc054c 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.onap.policy.parent policy-parent - 5.0.1-SNAPSHOT + 5.0.2-SNAPSHOT pom diff --git a/resources/pom.xml b/resources/pom.xml index 72c4fa45..87e51ef5 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent policy-parent - 5.0.1-SNAPSHOT + 5.0.2-SNAPSHOT policy-parent-resources diff --git a/version.properties b/version.properties index 60ac1544..443752c3 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=5 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit