From 29ca1ed94a7f28691a56ebf83b436e0e00351cb8 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Wed, 23 Apr 2025 08:19:27 +0100 Subject: [PATCH] update references in policy/api pom updated references in the policy/api pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-5344 Change-Id: I9b4d4315b08f8fd92fd256426d3aab1783f61da3 Signed-off-by: waynedunican --- packages/policy-api-docker/src/main/docker/Dockerfile | 4 ++-- pom.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/policy-api-docker/src/main/docker/Dockerfile b/packages/policy-api-docker/src/main/docker/Dockerfile index bb1461b1..e2e0c7c5 100644 --- a/packages/policy-api-docker/src/main/docker/Dockerfile +++ b/packages/policy-api-docker/src/main/docker/Dockerfile @@ -3,7 +3,7 @@ # ============LICENSE_START======================================================= # Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. # Modifications Copyright (C) 2022 Bell Canada. All rights reserved. -# 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 @@ 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-SNAPSHOT +FROM onap/policy-jre-alpine:4.1.2 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy API" diff --git a/pom.xml b/pom.xml index e6dab90a..c5dfb1ad 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ ================================================================================ Copyright (C) 2018 Samsung Electronics Co., Ltd. All rights reserved. Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2019-2020, 2023-2025 Nordix Foundation. + Modifications Copyright (C) 2019-2020, 2023-2025 OpenInfra Foundation Europe. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -30,7 +30,7 @@ org.onap.policy.parent integration - 5.1.2-SNAPSHOT + 5.1.2 @@ -44,8 +44,8 @@ Code that define our external API. - 3.1.2-SNAPSHOT - 4.1.2-SNAPSHOT + 3.1.2 + 4.1.2 -- 2.16.6