From ef2abf7cb41d1e314513f78d22ba18d7700147e5 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Wed, 23 Apr 2025 10:57:19 +0100 Subject: [PATCH] Update snapshot and/or references of policy/distribution to latest snapshots policy/distribution updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-5344 Change-Id: I446f1f4b6bc5b9467a6b81551122abfd628e8c8c Signed-off-by: waynedunican --- forwarding/pom.xml | 4 ++-- main/pom.xml | 4 ++-- model/pom.xml | 4 ++-- packages/policy-distribution-docker/pom.xml | 4 ++-- packages/policy-distribution-docker/src/main/docker/Dockerfile | 2 +- packages/policy-distribution-tarball/pom.xml | 4 ++-- packages/pom.xml | 4 ++-- plugins/forwarding-plugins/pom.xml | 4 ++-- plugins/pom.xml | 4 ++-- plugins/reception-plugins/pom.xml | 4 ++-- pom.xml | 8 ++++---- reception/pom.xml | 4 ++-- testsuites/performance/pom.xml | 4 ++-- testsuites/pom.xml | 4 ++-- testsuites/stability/pom.xml | 4 ++-- version.properties | 2 +- 16 files changed, 32 insertions(+), 32 deletions(-) diff --git a/forwarding/pom.xml b/forwarding/pom.xml index 45c0576e..a737a9a1 100644 --- a/forwarding/pom.xml +++ b/forwarding/pom.xml @@ -1,7 +1,7 @@ ${project.basedir}/../target/code-coverage/jacoco-ut.exec - 3.1.2 - 4.1.2 + 3.1.3-SNAPSHOT + 4.1.3-SNAPSHOT --add-opens java.base/java.lang=ALL-UNNAMED diff --git a/reception/pom.xml b/reception/pom.xml index d2c19003..18226342 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2022 Bell Canada. All rights reserved. - Modifications Copyright (C) 2024-2025 Nordix Foundation. + Modifications Copyright (C) 2024-2025 OpenInfra Foundation Europe. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -25,7 +25,7 @@ org.onap.policy.distribution policy-distribution - 4.1.2-SNAPSHOT + 4.1.3-SNAPSHOT reception diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index d27de0e2..6e86bd43 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -4,7 +4,7 @@ ================================================================================ Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. - Modifications Copyright (C) 2025 Nordix Foundation. + Modifications Copyright (C) 2025 OpenInfra Foundation Europe. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ org.onap.policy.distribution distribution-testsuites - 4.1.2-SNAPSHOT + 4.1.3-SNAPSHOT distribution-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index 4c724f1d..856af4e4 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -4,7 +4,7 @@ ================================================================================ Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. - Modifications Copyright (C) 2025 Nordix Foundation. + Modifications Copyright (C) 2025 OpenInfra Foundation Europe. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ org.onap.policy.distribution policy-distribution - 4.1.2-SNAPSHOT + 4.1.3-SNAPSHOT distribution-testsuites pom diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 576c3530..f6b715c7 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -4,7 +4,7 @@ ================================================================================ Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. - Modifications Copyright (C) 2025 Nordix Foundation + Modifications Copyright (C) 2025 OpenInfra Foundation Europe. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -27,7 +27,7 @@ org.onap.policy.distribution distribution-testsuites - 4.1.2-SNAPSHOT + 4.1.3-SNAPSHOT distribution-stability 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} -- 2.16.6