From 2583763fc6581ad8c536da0256f351c55975b342 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Thu, 15 Dec 2022 12:39:53 +0000 Subject: [PATCH] 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-4484 Signed-off-by: liamfallon Change-Id: I2ee988f48734963c693712dc60024c4dfb930d8d --- 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 c7c63fd9..4e75c7d9 100644 --- a/packages/policy-pap-docker/src/main/docker/Dockerfile +++ b/packages/policy-pap-docker/src/main/docker/Dockerfile @@ -26,7 +26,7 @@ RUN mkdir /packages /extracted COPY /maven/lib/policy-pap.tar.gz /packages/ RUN tar xvzf /packages/policy-pap.tar.gz --directory /extracted/ -FROM onap/policy-jre-alpine:2.6.0-SNAPSHOT +FROM onap/policy-jre-alpine:2.6.0 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy PAP" diff --git a/pom.xml b/pom.xml index 3be2dba6..5bf69eb1 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent integration - 3.7.0-SNAPSHOT + 3.7.0 @@ -41,8 +41,8 @@ Code that implements the Policy Administration Backend. - 1.12.0-SNAPSHOT - 2.8.0-SNAPSHOT + 1.12.0 + 2.8.0 -- 2.16.6