From 4f4268b54567c596784502085fdd3aa8dc97f77b Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 12 Apr 2022 18:41:56 +0100 Subject: update references in policy/pap pom updated references in the policy/pap pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4089 Signed-off-by: liamfallon Change-Id: Icf68c7320c8e1b20dde8b0db2cfbd728ba2f77bf --- packages/policy-pap-docker/src/main/docker/Dockerfile | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/policy-pap-docker/src/main/docker/Dockerfile b/packages/policy-pap-docker/src/main/docker/Dockerfile index 33dd2a25..cf2d99ca 100644 --- a/packages/policy-pap-docker/src/main/docker/Dockerfile +++ b/packages/policy-pap-docker/src/main/docker/Dockerfile @@ -20,7 +20,7 @@ # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -FROM onap/policy-jre-alpine:2.4.1 +FROM onap/policy-jre-alpine:2.4.2 LABEL maintainer="Policy Team" diff --git a/pom.xml b/pom.xml index 729c8451..8a86a82a 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent integration - 3.5.2-SNAPSHOT + 3.5.2 @@ -41,8 +41,8 @@ Code that implements the Policy Administration Backend. - 1.10.2-SNAPSHOT - 2.6.2-SNAPSHOT + 1.10.2 + 2.6.2 -- cgit 1.2.3-korg