aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-04-12 18:41:50 +0100
committerliamfallon <liam.fallon@est.tech>2022-04-12 18:41:50 +0100
commit41c6076652fe06dc677bd260c33358cd458fe81d (patch)
tree8328ee959f8e7c6000352e837dfb6413a1a7ee15
parentf93a6c0ab006258628fc2da69dcfe65010baf848 (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: Iad3b16598014463b331c891c599f1a4c380bb757
-rw-r--r--packages/policy-distribution-docker/src/main/docker/Dockerfile2
-rw-r--r--pom.xml6
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 8ecdc5d4..80e45b55 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.1
+FROM onap/policy-jre-alpine:2.4.2
LABEL maintainer="Policy Team"
diff --git a/pom.xml b/pom.xml
index 29ec635c..0daa63a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.5.2-SNAPSHOT</version>
+ <version>3.5.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>1.10.2-SNAPSHOT</policy.common.version>
- <policy.models.version>2.6.2-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.10.2</policy.common.version>
+ <policy.models.version>2.6.2</policy.models.version>
</properties>
<modules>