diff options
author | waynedunican <wayne.dunican@est.tech> | 2025-01-27 13:52:49 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2025-01-27 13:52:49 +0000 |
commit | a8828d286aecc4b33011ab498172955545b085b5 (patch) | |
tree | 8ae9e1281ed8d0062a65ba5f228fd2fe25d3ce26 | |
parent | 350f940b6e0a09f5c43ec07a58b7213e19288c97 (diff) |
update parent references in policy/docker pom4.1.0
updated the parent references in the policy/docker pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5255
Change-Id: I9987f5385eaa9e9028a110ef5d2b78eee66a1be1
Signed-off-by: waynedunican <wayne.dunican@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 a2278c65..e8886503 100644 --- a/policy-db-migrator/src/main/docker/Dockerfile +++ b/policy-db-migrator/src/main/docker/Dockerfile @@ -18,7 +18,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= #------------------------------------------------------------------------------- -FROM onap/policy-jre-alpine:4.1.0-SNAPSHOT +FROM onap/policy-jre-alpine:4.1.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.1.0-SNAPSHOT</version> + <version>5.1.0</version> <relativePath /> </parent> |