From e6daaf596643d8976abf515d725744f7e2a36958 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Mon, 18 Nov 2024 12:34:19 +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-5166 Change-Id: I66e6566e776c58afd713b7e3f165c1616adf9880 Signed-off-by: rameshiyer27 --- 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 5e1fef5b..60242df5 100644 --- a/policy-db-migrator/src/main/docker/Dockerfile +++ b/policy-db-migrator/src/main/docker/Dockerfile @@ -19,7 +19,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -FROM onap/policy-jre-alpine:4.0.1-SNAPSHOT +FROM onap/policy-jre-alpine:4.0.1 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy db-migrator" diff --git a/pom.xml b/pom.xml index 3910ab8d..e00f9f98 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent integration - 5.0.1-SNAPSHOT + 5.0.1 -- 2.16.6