diff options
author | waynedunican <wayne.dunican@est.tech> | 2025-01-28 08:03:41 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2025-01-28 08:03:41 +0000 |
commit | e87064e085b631ba59ee887666c5405422f64ac4 (patch) | |
tree | da757f37a8384477551da99832e739f547b91ea1 | |
parent | 423c1595b3d53354f753c400e12b4badf1375eff (diff) |
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 <wayne.dunican@est.tech>
-rw-r--r-- | packages/policy-distribution-docker/src/main/docker/Dockerfile | 2 | ||||
-rw-r--r-- | 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 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" @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>5.1.0-SNAPSHOT</version> + <version>5.1.0</version> <relativePath /> </parent> @@ -45,8 +45,8 @@ <!-- Default Sonar configuration --> <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> - <policy.common.version>3.1.0-SNAPSHOT</policy.common.version> - <policy.models.version>4.1.0-SNAPSHOT</policy.models.version> + <policy.common.version>3.1.0</policy.common.version> + <policy.models.version>4.1.0</policy.models.version> <surefireArgLine> --add-opens java.base/java.lang=ALL-UNNAMED </surefireArgLine> |