From 9cfb02d8d5f98e85abf32c9a647d06e822ee6ad0 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 28 Feb 2022 14:49:02 +0000 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-3958 Signed-off-by: liamfallon Change-Id: I9ae3a478f001a130272e557dbc5d56f5a0bc1f12 --- 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 e1e22647..a7321ef5 100644 --- a/packages/policy-pap-docker/src/main/docker/Dockerfile +++ b/packages/policy-pap-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 5e006882..0536764f 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent integration - 3.4.4-SNAPSHOT + 3.4.4 @@ -41,8 +41,8 @@ Code that implements the Policy Administration Backend. - 1.9.2-SNAPSHOT - 2.5.2-SNAPSHOT + 1.9.2 + 2.5.2 -- cgit 1.2.3-korg