From 5c06de067f299fa1367257c8d9036013ae768b36 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 27 Apr 2022 20:55:43 +0100 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-4089 Signed-off-by: liamfallon Change-Id: Ic7cea2a8d8483fda8cb88fceae5cb9cb719b78c1 --- 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 80e45b55..4db1f21c 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.4.2 +FROM onap/policy-jre-alpine:2.4.3 LABEL maintainer="Policy Team" diff --git a/pom.xml b/pom.xml index be51c9eb..f05466fc 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.parent integration - 3.5.3-SNAPSHOT + 3.5.3 @@ -45,8 +45,8 @@ ${project.basedir}/../target/code-coverage/jacoco-ut.exec - 1.10.3-SNAPSHOT - 2.6.3-SNAPSHOT + 1.10.3 + 2.6.3 -- cgit 1.2.3-korg