From 69a55833d9f66df1e822ca0255897833085721b0 Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Mon, 20 May 2024 12:04:13 +0100 Subject: Set all cross references of policy/drools-pdp policy/drools-pdp updated with correct cross references *** This commit is generated by a PF release script *** Issue-ID: POLICY-4999 Change-Id: Ie1d51a23ef0587e90cdbff868d1e1d22e2283cd5 Signed-off-by: saul.gill --- packages/docker/src/main/docker/Dockerfile | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/docker/src/main/docker/Dockerfile b/packages/docker/src/main/docker/Dockerfile index fcd12754..1dc3c36d 100644 --- a/packages/docker/src/main/docker/Dockerfile +++ b/packages/docker/src/main/docker/Dockerfile @@ -19,7 +19,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -FROM onap/policy-jdk-alpine:3.1.4-SNAPSHOT +FROM onap/policy-jdk-alpine:4.0.0-SNAPSHOT LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy Drools PDP" diff --git a/pom.xml b/pom.xml index 328a9e30..559cde73 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent integration - 4.1.5-SNAPSHOT + 5.0.0-SNAPSHOT @@ -51,8 +51,8 @@ 2.9.0 6.0.6.Final 1.4.01 - 2.1.4-SNAPSHOT - 3.1.4-SNAPSHOT + 3.0.0-SNAPSHOT + 4.0.0-SNAPSHOT -- cgit