From 8b139b8d16825685662242e5987c2e0392a40382 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 22 Nov 2022 05:54:41 +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-4461 Signed-off-by: liamfallon Change-Id: I2d73f271edcf99bb3485e8170d6b959bf8fbc138 --- 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 ebe3fdaf..d8435085 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.5.2-SNAPSHOT +FROM onap/policy-jdk-alpine:2.5.1 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy Drools PDP" diff --git a/pom.xml b/pom.xml index 34ab6876..4ba0bfd6 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.parent integration - 3.6.2-SNAPSHOT + 3.6.1 @@ -51,8 +51,8 @@ 5.4.28.Final 5.1.2.Final 1.4.01 - 1.11.2-SNAPSHOT - 2.7.2-SNAPSHOT + 1.11.1 + 2.7.2 -- cgit 1.2.3-korg