From 12023430f12da6fc1ce2d0ab31654f5b3a807332 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Wed, 26 Nov 2025 11:21:38 +0000 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-5491 Change-Id: I8f9ce3a642696b42898de8c5ce69a5068bb19678 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 17027b41..74787a4a 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.2-SNAPSHOT +FROM onap/policy-jre-alpine:4.2.2 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy db-migrator" diff --git a/pom.xml b/pom.xml index 7deaaf6b..ab45721b 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent integration - 5.2.2-SNAPSHOT + 5.2.2 -- 2.16.6