From: saul.gill Date: Mon, 11 Dec 2023 14:45:18 +0000 (+0000) Subject: update references in policy/distribution pom X-Git-Tag: 3.1.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F96%2F136796%2F1;p=policy%2Fdistribution.git 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-4907 Signed-off-by: saul.gill Change-Id: Ia9f9ebe5839e275311caf5a16c320f77abb8a6b7 Signed-off-by: saul.gill --- diff --git a/packages/policy-distribution-docker/src/main/docker/Dockerfile b/packages/policy-distribution-docker/src/main/docker/Dockerfile index 2a9a71bf..bb068aa2 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.0-SNAPSHOT +FROM onap/policy-jre-alpine:3.1.0 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy SDC Service Distribution" diff --git a/pom.xml b/pom.xml index b0bbf099..302569fb 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.parent integration - 4.1.0-SNAPSHOT + 4.1.0 @@ -45,8 +45,8 @@ ${project.basedir}/../target/code-coverage/jacoco-ut.exec - 2.1.0-SNAPSHOT - 3.1.0-SNAPSHOT + 2.1.0 + 3.1.0 --add-opens java.base/java.lang=ALL-UNNAMED