From f7c642c8c2b20876526584c0e07ab326628c5c13 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Tue, 11 Mar 2025 14:22:15 +0000 Subject: 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-5314 Change-Id: I55dbe6344f680d34288241118154f72b5796086b Signed-off-by: waynedunican --- policy-db-migrator/src/main/docker/Dockerfile | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile index 62b4eec3..40e7892f 100644 --- a/policy-db-migrator/src/main/docker/Dockerfile +++ b/policy-db-migrator/src/main/docker/Dockerfile @@ -18,7 +18,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -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 db-migrator" diff --git a/pom.xml b/pom.xml index f0e65f11..867047b0 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-2022 Nordix Foundation. + Modifications Copyright (C) 2021-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 @@ org.onap.policy.parent integration - 5.1.1-SNAPSHOT + 5.1.1 -- cgit