diff options
author | liamfallon <liam.fallon@est.tech> | 2023-11-13 13:29:02 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-11-13 13:29:02 +0100 |
commit | 4aa33bd8a8c6de847605e8d261b80109517435da (patch) | |
tree | 99a76de4a29271636774779931ae10fbeefc3bda | |
parent | d45e9bd4364ffa9f360b286abb293d44be4dab8c (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-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: If753d419c20d8f2c418a7eda0da6e12be24aa056
-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 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" @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>4.0.2-SNAPSHOT</version> + <version>4.0.2</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.0.2-SNAPSHOT</policy.common.version> - <policy.models.version>3.0.2-SNAPSHOT</policy.models.version> + <policy.common.version>2.0.2</policy.common.version> + <policy.models.version>3.0.2</policy.models.version> <surefireArgLine> --add-opens java.base/java.lang=ALL-UNNAMED </surefireArgLine> |