From e6c75e603c854fdd2f8cfb15ddb74ceac10af644 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 13 Nov 2023 13:29:07 +0100 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-4854 Signed-off-by: liamfallon Change-Id: I71dd9aed017c2d19bddccd786c38845425d67b2e --- 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 4e6f523f..4220bfc7 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:3.0.2-SNAPSHOT +FROM onap/policy-jre-alpine:3.0.2 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy PAP" diff --git a/pom.xml b/pom.xml index 3f30c243..1b62279a 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent integration - 4.0.2-SNAPSHOT + 4.0.2 @@ -41,8 +41,8 @@ Code that implements the Policy Administration Backend. - 2.0.2-SNAPSHOT - 3.0.2-SNAPSHOT + 2.0.2 + 3.0.2 -- 2.16.6