aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-11-25 11:41:21 +0000
committerliamfallon <liam.fallon@est.tech>2021-11-25 15:48:47 +0000
commitbe1be2ef0b11b3a006bdc1977363cb4df3e1d4ae (patch)
tree13f6adcbffd4c3a2c34fbe00c9109ef2c596d7b3
parentb93f16723309cdc47f5de6b2840bc410657d41e7 (diff)
Update parent and common references
*** Release Phase 7: This commit is generated by a PF release script *** This is the seventh release phase, it updates parent, common and models references in policy/distribution. Issue-ID: POLICY-3827 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ie4d0f27f6021622def7b72719508cc557c4c7624 Signed-off-by: liamfallon <liam.fallon@est.tech>
-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 452b6928..8698f8a4 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.3.1
+FROM onap/policy-jre-alpine:2.4.0
LABEL maintainer="Policy Team"
diff --git a/pom.xml b/pom.xml
index 74ad4bba..f6ec63d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0</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.0-SNAPSHOT</policy.common.version>
- <policy.models.version>2.6.0-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.10.0</policy.common.version>
+ <policy.models.version>2.6.0</policy.models.version>
</properties>
<modules>