From 13a2022bc3edfa8b04565064b6ac19512e12200f Mon Sep 17 00:00:00 2001 From: waynedunican Date: Tue, 30 Sep 2025 15:40:45 +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-5461 Change-Id: If74eba0911e0c7535350468b213be90fef13efe1 Signed-off-by: waynedunican --- policy-db-migrator/src/main/docker/Dockerfile | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile index 4b8184fe..bc89caef 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.2.1-SNAPSHOT +FROM onap/policy-jre-alpine:4.2.1 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy db-migrator" diff --git a/pom.xml b/pom.xml index c3cf410a..1bb709a6 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent integration - 5.2.1-SNAPSHOT + 5.2.1 -- 2.16.6