From a2b04910d79d653996c67a04a05bf35a9b9765aa Mon Sep 17 00:00:00 2001 From: waynedunican Date: Tue, 22 Apr 2025 14:27:04 +0100 Subject: [PATCH] update parent references in policy/docker pom updated the parent references in the policy/docker pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-5344 Change-Id: Ic9e3dd51d71aa7be1c0533c4c1f6197938ee7d5a Signed-off-by: waynedunican --- policy-db-migrator/src/main/docker/Dockerfile | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile index 0c18701c..5191ba0c 100644 --- a/policy-db-migrator/src/main/docker/Dockerfile +++ b/policy-db-migrator/src/main/docker/Dockerfile @@ -1,7 +1,7 @@ #------------------------------------------------------------------------------- # Dockerfile # ============LICENSE_START======================================================= -# Copyright (C) 2021-2025 Nordix Foundation. +# Copyright (C) 2021-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. @@ -18,7 +18,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -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 db-migrator" diff --git a/pom.xml b/pom.xml index 14c906ca..3fdd3eb7 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= Copyright (C) 2018 Ericsson, Tieto. All rights reserved. Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2021-2025 Nordix Foundation. + Modifications Copyright (C) 2021-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.parent integration - 5.1.2-SNAPSHOT + 5.1.2 -- 2.16.6