From f2dd1f3ce0d498c115a04c07cd999f9add561f0e Mon Sep 17 00:00:00 2001 From: waynedunican Date: Wed, 23 Apr 2025 08:19:32 +0100 Subject: [PATCH] update references in policy/distribution pom updated references in the policy/distribution pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-5344 Change-Id: I3c4cb738b6f5dbc066409280d5b72388942022a4 Signed-off-by: waynedunican --- packages/policy-distribution-docker/src/main/docker/Dockerfile | 4 ++-- pom.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/policy-distribution-docker/src/main/docker/Dockerfile b/packages/policy-distribution-docker/src/main/docker/Dockerfile index 98b51f89..16c5883e 100644 --- a/packages/policy-distribution-docker/src/main/docker/Dockerfile +++ b/packages/policy-distribution-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-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. @@ -25,7 +25,7 @@ RUN mkdir /packages /extracted COPY /maven/lib/policy-distribution.tar.gz /packages/ RUN tar xvzf /packages/policy-distribution.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 SDC Service Distribution" diff --git a/pom.xml b/pom.xml index 32ef42a7..202aaf5b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ ONAP Policy SDC Service Distribution ================================================================================ Copyright (C) 2018, 2020-2021 AT&T Intellectual Property. All rights reserved. - Copyright (C) 2019, 2025 Nordix Foundation. + Copyright (C) 2019, 2025 OpenInfra Foundation Europe. All rights reserved. Modifications Copyright (C) 2020 AT&T Inc. Modifications Copyright (C) 2021 Bell Canada. ================================================================================ @@ -30,7 +30,7 @@ org.onap.policy.parent integration - 5.1.2-SNAPSHOT + 5.1.2 @@ -47,8 +47,8 @@ ${project.basedir}/../target/code-coverage/jacoco-ut.exec - 3.1.2-SNAPSHOT - 4.1.2-SNAPSHOT + 3.1.2 + 4.1.2 --add-opens java.base/java.lang=ALL-UNNAMED -- 2.16.6