From: waynedunican Date: Thu, 29 May 2025 14:35:44 +0000 (+0100) Subject: update references in policy/distribution pom X-Git-Tag: 4.2.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F141023%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-5377 Change-Id: Id45e1fe6ed6dd1f739dd9a194fffa3405cde7190 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 6eaf0814..729c0cbc 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.2.0-SNAPSHOT +FROM onap/policy-jre-alpine:4.2.0 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy SDC Service Distribution" diff --git a/pom.xml b/pom.xml index e0e9be3b..f2b76d92 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.policy.parent integration - 5.2.0-SNAPSHOT + 5.2.0 @@ -47,8 +47,8 @@ ${project.basedir}/../target/code-coverage/jacoco-ut.exec - 3.2.0-SNAPSHOT - 4.2.0-SNAPSHOT + 3.2.0 + 4.2.0 --add-opens java.base/java.lang=ALL-UNNAMED