diff options
author | waynedunican <wayne.dunican@est.tech> | 2024-05-16 12:45:13 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2024-05-16 12:45:13 +0100 |
commit | 98fa297b8eaf1f2c74d3cdc402a79dc3eb6e5279 (patch) | |
tree | 96237a0efeea25dbc19298434f199add45356e5b | |
parent | 80e382eaac6fa812ea0c242c4a0c3a0390a4c130 (diff) |
update parent references in policy/docker pom3.1.3
updated the parent references in the policy/docker pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5001
Change-Id: I8dfbc08d7546a5e08dec0e275203a67459ddfca0
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 1458a58d..7ff6ac77 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.3-SNAPSHOT +FROM onap/policy-jre-alpine:3.1.3 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.3-SNAPSHOT</version> + <version>4.1.4</version> <relativePath /> </parent> |