aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-09-02 12:59:55 +0100
committerliamfallon <liam.fallon@est.tech>2022-09-02 12:59:55 +0100
commit40fa4bb3394a6324f5cd412d6e8afa0093af7cd4 (patch)
tree64a4ce064e60d3f139e84f456925a73c1e992ec4
parentd984654d2d9a07d25e2436db7b2435f84562751f (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-4333 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I81f1071913388ff2cac6f7e94b60f08832ce7a3f
-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 4db1f21c..a76114c9 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.3
+FROM onap/policy-jre-alpine:2.4.4
LABEL maintainer="Policy Team"
diff --git a/pom.xml b/pom.xml
index ff659762..696a7fa0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.5.4-SNAPSHOT</version>
+ <version>3.5.4</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.4-SNAPSHOT</policy.common.version>
- <policy.models.version>2.6.5-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.10.4</policy.common.version>
+ <policy.models.version>2.6.5</policy.models.version>
</properties>
<modules>