diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-27 20:55:43 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-27 20:55:43 +0100 |
commit | 5c06de067f299fa1367257c8d9036013ae768b36 (patch) | |
tree | cf975cb4e22a35a84443e5c18cafd801c016dfd9 | |
parent | 45b444a488323b37b442348063f8c5ac8493ce9c (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-4089
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ic7cea2a8d8483fda8cb88fceae5cb9cb719b78c1
-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 80e45b55..4db1f21c 100644 --- a/packages/policy-distribution-docker/src/main/docker/Dockerfile +++ b/packages/policy-distribution-docker/src/main/docker/Dockerfile @@ -19,7 +19,7 @@ # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -FROM onap/policy-jre-alpine:2.4.2 +FROM onap/policy-jre-alpine:2.4.3 LABEL maintainer="Policy Team" @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.5.3-SNAPSHOT</version> + <version>3.5.3</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.10.3-SNAPSHOT</policy.common.version> - <policy.models.version>2.6.3-SNAPSHOT</policy.models.version> + <policy.common.version>1.10.3</policy.common.version> + <policy.models.version>2.6.3</policy.models.version> </properties> <modules> |