From 98fa297b8eaf1f2c74d3cdc402a79dc3eb6e5279 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Thu, 16 May 2024 12:45:13 +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-5001 Change-Id: I8dfbc08d7546a5e08dec0e275203a67459ddfca0 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 1458a58d..7ff6ac77 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:3.1.3-SNAPSHOT +FROM onap/policy-jre-alpine:3.1.3 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy db-migrator" diff --git a/pom.xml b/pom.xml index 4edb861c..db5fef0d 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent integration - 4.1.3-SNAPSHOT + 4.1.4 -- cgit 1.2.3-korg