From 0a81d82da41d20cac4b2ec2304547eeaaeb3ab95 Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Thu, 25 Apr 2024 10:19:58 +0100 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-4970 Change-Id: Ic6c34cd2d75688059bd80e4efd4d2ff2c75664c7 Signed-off-by: saul.gill --- 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 3d8e11fd..313e4272 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -23,7 +23,7 @@ org.onap.policy.parent policy-parent - 4.1.2-SNAPSHOT + 4.1.3-SNAPSHOT checkstyle checkstyle diff --git a/integration/pom.xml b/integration/pom.xml index 6423564e..1e8997fc 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -29,7 +29,7 @@ org.onap.policy.parent policy-parent - 4.1.2-SNAPSHOT + 4.1.3-SNAPSHOT integration pom @@ -38,7 +38,7 @@ 17 - 4.1.2 + 4.1.3-SNAPSHOT 4.1.2-SNAPSHOT ${project.build.directory}/code-coverage/jacoco-ut.exec diff --git a/pom.xml b/pom.xml index ce8f8de0..debd984d 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.onap.policy.parent policy-parent - 4.1.2-SNAPSHOT + 4.1.3-SNAPSHOT pom diff --git a/resources/pom.xml b/resources/pom.xml index f44996a0..873a85da 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent policy-parent - 4.1.2-SNAPSHOT + 4.1.3-SNAPSHOT policy-parent-resources diff --git a/version.properties b/version.properties index dd2ef931..68aaed8b 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=4 minor=1 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg