diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-05-16 16:01:20 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-05-16 16:01:20 +0100 |
commit | b5a3ecbdddad97b98c5c2a1d7dcf14d4d7fc0f8c (patch) | |
tree | 5a8cab0f4e2a86e97bb698b940142642897017e0 | |
parent | 66a5e417f3c65a4b236632c707a362dce9148f43 (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-5001
Change-Id: I2a2a23fe0061f51099947b9e77d675a9d6225fa1
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 09c3347d..efd5924a 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.3-SNAPSHOT +FROM onap/policy-jre-alpine:3.1.3 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>4.1.3-SNAPSHOT</version> + <version>4.1.4</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>2.1.3-SNAPSHOT</policy.common.version> - <policy.models.version>3.1.3-SNAPSHOT</policy.models.version> + <policy.common.version>2.1.3</policy.common.version> + <policy.models.version>3.1.3</policy.models.version> <surefireArgLine> --add-opens java.base/java.lang=ALL-UNNAMED </surefireArgLine> |