diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-07-11 16:11:24 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-07-11 16:11:24 +0000 |
commit | 8e03046e2b07df88c2356c86116111d8fb22dc6a (patch) | |
tree | 6dfa4205bcebbf249bed8086e0970be9037ffe8c | |
parent | 5071777a27e2cf6887cdb0fd1f877cc06d3f9c8c (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/Dockerfile | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
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" @@ -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> |