From 4a660131901e180ae67cb40023196d428381b1ef Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 8 Nov 2023 13:30:05 -0600 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-4854 Signed-off-by: liamfallon Change-Id: I7b3394d18519b333e436eae209dc17864adb3e43 --- 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 d2552108..4f7954fc 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:3.0.2-SNAPSHOT +FROM onap/policy-jre-alpine:3.0.2 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy db-migrator" diff --git a/pom.xml b/pom.xml index fa3e6591..ca668849 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent integration - 4.0.2-SNAPSHOT + 4.0.2 -- cgit 1.2.3-korg