aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-07-11 16:11:24 +0000
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-07-11 16:11:24 +0000
commit8e03046e2b07df88c2356c86116111d8fb22dc6a (patch)
tree6dfa4205bcebbf249bed8086e0970be9037ffe8c
parent5071777a27e2cf6887cdb0fd1f877cc06d3f9c8c (diff)
update parent references in policy/docker pom4.0.0
updated the parent references in the policy/docker pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-5072 Change-Id: Id4d1c270b6044e1ee7a1c3fb5597567d664777a4 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
-rw-r--r--policy-db-migrator/src/main/docker/Dockerfile2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile
index 06b7beae..d46aabf5 100644
--- a/policy-db-migrator/src/main/docker/Dockerfile
+++ b/policy-db-migrator/src/main/docker/Dockerfile
@@ -19,7 +19,7 @@
# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END=========================================================
#-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:3.1.4-SNAPSHOT
+FROM onap/policy-jre-alpine:4.0.0
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy db-migrator"
diff --git a/pom.xml b/pom.xml
index d363bc66..a6c9c58b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0</version>
<relativePath />
</parent>