diff options
author | saul.gill <saul.gill@est.tech> | 2023-02-28 15:42:07 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-02-28 15:42:10 +0000 |
commit | 58126d5dd891fa09b6ba70d0ecdf255d9b07eb0d (patch) | |
tree | ea3e5e99410f43c1a6087a550cd888af19db8560 | |
parent | e11bf738d2d6d430dd2e61c6e13d55b285aa26e3 (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-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I5d2cd95c98c3e9f3daab0c64ea59f0baf2e8cd05
-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 49d025f3..fbbd0d24 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:2.6.1-SNAPSHOT +FROM onap/policy-jre-alpine:2.6.1 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>3.7.1-SNAPSHOT</version> + <version>3.7.1</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>1.12.1-SNAPSHOT</policy.common.version> - <policy.models.version>2.8.1-SNAPSHOT</policy.models.version> + <policy.common.version>1.12.1</policy.common.version> + <policy.models.version>2.8.1</policy.models.version> </properties> <modules> |