From 776b13115b34db280334079468c561d3f18fee2a Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 21 Oct 2022 08:06:17 +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-4408 Signed-off-by: liamfallon Change-Id: Id4f5ddedad25e513aaee953d17e5c323fa7487f1 --- 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 7ee2b7ea..25b1ae7f 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.5.1-SNAPSHOT +FROM onap/policy-jre-alpine:2.5.1 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy PAP" diff --git a/pom.xml b/pom.xml index 81ef8a23..df06fe0a 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent integration - 3.6.1-SNAPSHOT + 3.6.1 @@ -41,8 +41,8 @@ Code that implements the Policy Administration Backend. - 1.11.1-SNAPSHOT - 2.7.1-SNAPSHOT + 1.11.1 + 2.7.1 -- 2.16.6