From: waynedunican Date: Tue, 28 Jan 2025 08:03:41 +0000 (+0000) Subject: update references in policy/distribution pom X-Git-Tag: 4.1.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e87064e085b631ba59ee887666c5405422f64ac4;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-5255 Change-Id: I0839ae59a2a73cb28e006725623c517914ee2d86 Signed-off-by: waynedunican --- diff --git a/packages/policy-distribution-docker/src/main/docker/Dockerfile b/packages/policy-distribution-docker/src/main/docker/Dockerfile index 0893b5b6..ef3921af 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:4.1.0-SNAPSHOT +FROM onap/policy-jre-alpine:4.1.0 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy SDC Service Distribution" diff --git a/pom.xml b/pom.xml index 17e980dd..5c3a9773 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.parent integration - 5.1.0-SNAPSHOT + 5.1.0 @@ -45,8 +45,8 @@ ${project.basedir}/../target/code-coverage/jacoco-ut.exec - 3.1.0-SNAPSHOT - 4.1.0-SNAPSHOT + 3.1.0 + 4.1.0 --add-opens java.base/java.lang=ALL-UNNAMED