diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-02-16 13:07:10 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-02-16 13:07:10 +0000 |
commit | d27b63f51e8d76aea6e1d857321a327df690ea80 (patch) | |
tree | e5cf6413205d75a7ee79261afab20f136b20ff45 | |
parent | fbfc234895c48282e2e92b44c8c8b49745e81745 (diff) |
update parent references in policy/docker pom3.1.1
updated the parent references in the policy/docker pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4932
Change-Id: I359399179bb1d59e48552b5010fa2032d49b8b15
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 835f96f6..063dc5e2 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:3.1.1-SNAPSHOT +FROM onap/policy-jre-alpine:3.1.1 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>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <relativePath /> </parent> |