From 6826b131c6d25ff6591f36173529ae3fc9941a25 Mon Sep 17 00:00:00 2001 From: akenihan Date: Fri, 16 Jan 2026 15:26:32 +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-5529 Change-Id: I0149b15d95c2f36a8799b505e749ddd6bf93cf7c Signed-off-by: akenihan --- 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 188d9e57..70cca5e5 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.3-SNAPSHOT +FROM onap/policy-jre-alpine:5.0.0 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy db-migrator" diff --git a/pom.xml b/pom.xml index 0d407861..f811b422 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent integration - 6.0.0-SNAPSHOT + 6.0.1 -- 2.16.6