From 26a51e8e9fcd33391e8235fa0ca61cb217badd1f Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 25 Nov 2021 11:41:09 +0000 Subject: Update parent and common references *** Release Phase 7: This commit is generated by a PF release script *** This is the seventh release phase, it updates parent, common and models references in policy/drools-pdp. Issue-ID: POLICY-3827 Signed-off-by: liamfallon Change-Id: I93cb2b0d14490c5bf637fc119257d70eee8a0944 Signed-off-by: liamfallon --- 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 c4d07ed5..d283807e 100644 --- a/packages/docker/src/main/docker/Dockerfile +++ b/packages/docker/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.0 LABEL maintainer="Policy Team" diff --git a/pom.xml b/pom.xml index 1977e6e8..b3a15ded 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.onap.policy.parent integration - 3.5.0-SNAPSHOT + 3.5.0 @@ -51,8 +51,8 @@ 5.4.28.Final 5.1.2.Final 1.4.01 - 1.10.0-SNAPSHOT - 2.6.0-SNAPSHOT + 1.10.0 + 2.6.0 -- cgit 1.2.3-korg