From 7346de5c2c2818720585d61c8286b4ca37749550 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 22 Nov 2022 05:54:44 +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-4461 Signed-off-by: liamfallon Change-Id: I033582b49a73aee189c7c90d9ee0469d76181a53 --- 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 342ac685..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.2-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 66b4b691..05159a5e 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.onap.policy.parent integration - 3.6.2-SNAPSHOT + 3.6.1 @@ -41,8 +41,8 @@ Code that implements the Policy Administration Backend. - 1.11.2-SNAPSHOT - 2.7.2-SNAPSHOT + 1.11.1 + 2.7.2 -- cgit 1.2.3-korg