From 806aa7d28c7dad653704f9507273db2aa1cf9d41 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Wed, 12 Mar 2025 13:34:49 +0000 Subject: update references in policy/xacml-pdp pom updated references in the policy/xacml-pdp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-5314 Change-Id: I0e06272e5e526688d99d51a18530af3fb805e98d Signed-off-by: waynedunican --- packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile | 4 ++-- pom.xml | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile b/packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile index 03f3230a..9e4d0a96 100644 --- a/packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile +++ b/packages/policy-xacmlpdp-docker/src/main/docker/Dockerfile @@ -2,7 +2,7 @@ # Dockerfile # ============LICENSE_START======================================================= # Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. -# Modifications Copyright (C) 2022-2024 Nordix Foundation. +# Modifications Copyright (C) 2022-2025 Nordix Foundation. # ================================================================================ # 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 @@ RUN mkdir /packages /extracted COPY /maven/lib/policy-xacmlpdp.tar.gz /packages/ RUN tar xvzf /packages/policy-xacmlpdp.tar.gz --directory /extracted/ -FROM onap/policy-jre-alpine:4.1.1-SNAPSHOT +FROM onap/policy-jre-alpine:4.1.1 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy XACML PDP" diff --git a/pom.xml b/pom.xml index 6fedfbd7..3622e7ae 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ ONAP Policy Engine - XACML PDP ================================================================================ Copyright (C) 2018-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2020, 2023-2024 Nordix Foundation. + Modifications Copyright (C) 2020, 2023-2025 Nordix Foundation. Modifications Copyright (C) 2020 Bell Canada. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -17,6 +17,8 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + + SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> @@ -27,7 +29,7 @@ org.onap.policy.parent integration - 5.1.1-SNAPSHOT + 5.1.1 @@ -41,8 +43,8 @@ This code implements the XACML PDP engine - 3.1.1-SNAPSHOT - 4.1.1-SNAPSHOT + 3.1.1 + 4.1.1 ${project.basedir}/target/code-coverage/jacoco-ut.exec 4.0.0 -- cgit