From a13637d290ec47c3daa615416173675e3aa31f2d Mon Sep 17 00:00:00 2001 From: waynedunican Date: Tue, 28 Jan 2025 08:03:46 +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-5255 Change-Id: Ia12546f2550d743e7104290c82c07f2f27020009 Signed-off-by: waynedunican --- 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 0903ac5a..4dea89c9 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:4.1.0-SNAPSHOT +FROM onap/policy-jre-alpine:4.1.0 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy PAP" diff --git a/pom.xml b/pom.xml index bf6540d3..8ab820d9 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent integration - 5.1.0-SNAPSHOT + 5.1.0 @@ -41,8 +41,8 @@ Code that implements the Policy Administration Backend. - 3.1.0-SNAPSHOT - 4.1.0-SNAPSHOT + 3.1.0 + 4.1.0 -- cgit 1.2.3-korg