From 03a2c8a887a932f7be55bce2774e2a19b5805723 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 15 Dec 2022 12:39:50 +0000 Subject: update references in policy/drools-pdp pom updated references in the policy/drools-pdp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4484 Signed-off-by: liamfallon Change-Id: I5166e3b5244ad34b4d94cd2cb7bd9e0301e832cd --- 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 d2fdade7..83184fc8 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:2.6.0-SNAPSHOT +FROM onap/policy-jdk-alpine:2.6.0 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy Drools PDP" diff --git a/pom.xml b/pom.xml index bbcf46eb..00babba5 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.parent integration - 3.7.0-SNAPSHOT + 3.7.0 @@ -51,8 +51,8 @@ 5.4.28.Final 5.1.2.Final 1.4.01 - 1.12.0-SNAPSHOT - 2.8.0-SNAPSHOT + 1.12.0 + 2.8.0 -- cgit 1.2.3-korg