From c3dd9eaf548ba7f3720036fa85fca29dd8184657 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 18 Oct 2023 12:19:37 +0100 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-4854 Signed-off-by: liamfallon Change-Id: Ib285285d024a680669e56d711911a8fe9205fbc6 --- 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 f6ba62eb..c7cb2f55 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.0.1-SNAPSHOT +FROM onap/policy-jre-alpine:3.0.1 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy SDC Service Distribution" diff --git a/pom.xml b/pom.xml index de7c27c3..66cd0660 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.parent integration - 4.0.1-SNAPSHOT + 4.0.1 @@ -45,8 +45,8 @@ ${project.basedir}/../target/code-coverage/jacoco-ut.exec - 2.0.1-SNAPSHOT - 3.0.1-SNAPSHOT + 2.0.1 + 3.0.1 --add-opens java.base/java.lang=ALL-UNNAMED -- cgit 1.2.3-korg