From 1b0036466c88030cb50446f0ce8c8178e1ad6557 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 20 Oct 2022 15:53:15 +0100 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-4408 Signed-off-by: liamfallon Change-Id: I75c221301140aba485a3d80f072be134ce0ec615 --- 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 f125088d..1ba6193c 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-jdk-alpine:2.5.1-SNAPSHOT +FROM onap/policy-jdk-alpine:2.5.1 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy db-migrator" diff --git a/pom.xml b/pom.xml index 80c922ec..9cc2316a 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent integration - 3.6.1-SNAPSHOT + 3.6.1 -- cgit 1.2.3-korg