From 2e0c13a827a00401dc7675cde5233dd4b6e94494 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 28 Feb 2022 14:48:52 +0000 Subject: update references in policy/distribution pom updated references in the policy/distribution pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-3958 Signed-off-by: liamfallon Change-Id: I1af5403d936e4a2aceb9fceb1546112d245c6974 --- packages/policy-distribution-docker/src/main/docker/Dockerfile | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/policy-distribution-docker/src/main/docker/Dockerfile b/packages/policy-distribution-docker/src/main/docker/Dockerfile index 452b6928..0c06dd34 100644 --- a/packages/policy-distribution-docker/src/main/docker/Dockerfile +++ b/packages/policy-distribution-docker/src/main/docker/Dockerfile @@ -19,7 +19,7 @@ # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -FROM onap/policy-jre-alpine:2.3.1 +FROM onap/policy-jre-alpine:2.3.2 LABEL maintainer="Policy Team" diff --git a/pom.xml b/pom.xml index 713c226c..1f712efd 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.parent integration - 3.4.4-SNAPSHOT + 3.4.4 @@ -45,8 +45,8 @@ ${project.basedir}/../target/code-coverage/jacoco-ut.exec - 1.9.2-SNAPSHOT - 2.5.2-SNAPSHOT + 1.9.2 + 2.5.2 -- cgit 1.2.3-korg