From 3c8af0868fe167f4eaa06d76ba9bad4d40e87583 Mon Sep 17 00:00:00 2001 From: waynedunican Date: Fri, 16 Feb 2024 16:29:21 +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-4932 Change-Id: I2fcd05ff8025a703218197c5a9cabc4888cd7995 Signed-off-by: waynedunican --- 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 21962f6f..6ba669bb 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:3.1.1-SNAPSHOT +FROM onap/policy-jre-alpine:3.1.1 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy SDC Service Distribution" diff --git a/pom.xml b/pom.xml index 20aacf4b..b49bb0a8 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.parent integration - 4.1.1-SNAPSHOT + 4.1.1 @@ -45,8 +45,8 @@ ${project.basedir}/../target/code-coverage/jacoco-ut.exec - 2.1.1-SNAPSHOT - 3.1.1-SNAPSHOT + 2.1.1 + 3.1.1 --add-opens java.base/java.lang=ALL-UNNAMED -- cgit 1.2.3-korg