From: liamfallon Date: Mon, 13 Nov 2023 12:29:02 +0000 (+0100) Subject: update references in policy/distribution pom X-Git-Tag: 3.0.2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F63%2F136463%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-4854 Signed-off-by: liamfallon Change-Id: If753d419c20d8f2c418a7eda0da6e12be24aa056 --- diff --git a/packages/policy-distribution-docker/src/main/docker/Dockerfile b/packages/policy-distribution-docker/src/main/docker/Dockerfile index 5304f9fe..03d216dd 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.2-SNAPSHOT +FROM onap/policy-jre-alpine:3.0.2 LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy SDC Service Distribution" diff --git a/pom.xml b/pom.xml index 2b26f741..0b4d2031 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.onap.policy.parent integration - 4.0.2-SNAPSHOT + 4.0.2 @@ -45,8 +45,8 @@ ${project.basedir}/../target/code-coverage/jacoco-ut.exec - 2.0.2-SNAPSHOT - 3.0.2-SNAPSHOT + 2.0.2 + 3.0.2 --add-opens java.base/java.lang=ALL-UNNAMED