From 00d6ffc6482383c4f5af0fb2de8abc1e612d85a9 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Wed, 23 Apr 2025 10:56:59 +0100 Subject: [PATCH] Update snapshot and/or references of policy/api to latest snapshots policy/api updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-5344 Change-Id: Ie2a2c1094d738962470b5a25893ee864b3585771 Signed-off-by: waynedunican --- main/pom.xml | 2 +- packages/policy-api-docker/pom.xml | 4 ++-- packages/policy-api-docker/src/main/docker/Dockerfile | 2 +- packages/policy-api-tarball/pom.xml | 4 ++-- packages/pom.xml | 4 ++-- pom.xml | 8 ++++---- testsuites/performance/pom.xml | 4 ++-- testsuites/pom.xml | 4 ++-- testsuites/stability/pom.xml | 4 ++-- version.properties | 2 +- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index 3ee93e94..da45e5de 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.api policy-api - 4.1.2-SNAPSHOT + 4.1.3-SNAPSHOT api-main ${project.artifactId} diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml index 3d6570ec..cff3b58b 100644 --- a/packages/policy-api-docker/pom.xml +++ b/packages/policy-api-docker/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2019,2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020-2022 Bell Canada. - Modifications Copyright (C) 2022-2025 Nordix Foundation. + Modifications Copyright (C) 2022-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. @@ -28,7 +28,7 @@ org.onap.policy.api api-packages - 4.1.2-SNAPSHOT + 4.1.3-SNAPSHOT pom diff --git a/packages/policy-api-docker/src/main/docker/Dockerfile b/packages/policy-api-docker/src/main/docker/Dockerfile index e2e0c7c5..72bd2571 100644 --- a/packages/policy-api-docker/src/main/docker/Dockerfile +++ b/packages/policy-api-docker/src/main/docker/Dockerfile @@ -26,7 +26,7 @@ RUN mkdir /packages /extracted COPY /maven/lib/policy-api.tar.gz /packages/ RUN tar xvzf /packages/policy-api.tar.gz --directory /extracted/ -FROM onap/policy-jre-alpine:4.1.2 +FROM onap/policy-jre-alpine:4.1.3-SNAPSHOT LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy API" diff --git a/packages/policy-api-tarball/pom.xml b/packages/policy-api-tarball/pom.xml index cd1055a0..a00ab046 100644 --- a/packages/policy-api-tarball/pom.xml +++ b/packages/policy-api-tarball/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2019,2021 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. @@ -26,7 +26,7 @@ org.onap.policy.api api-packages - 4.1.2-SNAPSHOT + 4.1.3-SNAPSHOT policy-api-tarball diff --git a/packages/pom.xml b/packages/pom.xml index f3ab4df2..ad70a8ad 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2019-2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. - Modifications Copyright (C) 2022-2025 Nordix Foundation. + Modifications Copyright (C) 2022-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. @@ -26,7 +26,7 @@ org.onap.policy.api policy-api - 4.1.2-SNAPSHOT + 4.1.3-SNAPSHOT api-packages diff --git a/pom.xml b/pom.xml index c5dfb1ad..82d97045 100644 --- a/pom.xml +++ b/pom.xml @@ -30,13 +30,13 @@ org.onap.policy.parent integration - 5.1.2 + 5.1.3-SNAPSHOT org.onap.policy.api policy-api - 4.1.2-SNAPSHOT + 4.1.3-SNAPSHOT pom @@ -44,8 +44,8 @@ Code that define our external API. - 3.1.2 - 4.1.2 + 3.1.3-SNAPSHOT + 4.1.3-SNAPSHOT diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 966aafa9..5c780e6c 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -4,7 +4,7 @@ ================================================================================ Copyright (C) 2019,2021 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.api api-testsuites - 4.1.2-SNAPSHOT + 4.1.3-SNAPSHOT api-performance diff --git a/testsuites/pom.xml b/testsuites/pom.xml index d2939b7e..97a57932 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.api policy-api - 4.1.2-SNAPSHOT + 4.1.3-SNAPSHOT api-testsuites diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index c622cea2..25a795c1 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -4,7 +4,7 @@ ================================================================================ Copyright (C) 2019,2021 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.api api-testsuites - 4.1.2-SNAPSHOT + 4.1.3-SNAPSHOT api-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