From 439feb39d14ea9ce50f5da4f6f1fd3dd4b255b7c Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 1 Sep 2022 16:02:31 +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-4333 Signed-off-by: liamfallon Change-Id: I7d9733097de5726e516dde9a9324a2727114ca90 Signed-off-by: liamfallon --- 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 0fbbdb3c..8e716409 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.3.1 +FROM onap/policy-jdk-alpine:2.4.4 LABEL maintainer="Policy Team" diff --git a/pom.xml b/pom.xml index 21f22f3d..17a1a2f3 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.policy.parent integration - 3.5.4-SNAPSHOT + 3.5.4 -- cgit 1.2.3-korg