From eedd2fc5da061afc003c4415d9b590545aba8100 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 22 Nov 2022 05:54:38 +0000 Subject: update references in policy/distribution pom updated references in the policy/distribution pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4461 Signed-off-by: liamfallon Change-Id: I21536942b675a0d0ff96ff6fd07413a9dedfcc63 --- packages/policy-distribution-docker/src/main/docker/Dockerfile | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/policy-distribution-docker/src/main/docker/Dockerfile b/packages/policy-distribution-docker/src/main/docker/Dockerfile index 876aa199..0eedf89e 100644 --- a/packages/policy-distribution-docker/src/main/docker/Dockerfile +++ b/packages/policy-distribution-docker/src/main/docker/Dockerfile @@ -25,7 +25,7 @@ RUN mkdir /packages /extracted COPY /maven/lib/policy-distribution.tar.gz /packages/ RUN tar xvzf /packages/policy-distribution.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 SDC Service Distribution" diff --git a/pom.xml b/pom.xml index 8aa4053b..c6e7f97a 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.parent integration - 3.6.2-SNAPSHOT + 3.6.1 @@ -45,8 +45,8 @@ ${project.basedir}/../target/code-coverage/jacoco-ut.exec - 1.11.2-SNAPSHOT - 2.7.2-SNAPSHOT + 1.11.1 + 2.7.2 -- cgit 1.2.3-korg