diff options
author | saul.gill <saul.gill@est.tech> | 2024-04-25 10:20:02 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-04-25 10:20:02 +0100 |
commit | 92649fb0ba0c6e83dccd2a4d36e42b56ccc51ad7 (patch) | |
tree | b458f083dc493f492a19004eed72a92eb49fe25b | |
parent | b6d1d479556b6798d8dfb70aa87db4e247327113 (diff) |
update parent references in policy/docker pom3.1.2
updated the parent references in the policy/docker pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4970
Change-Id: If862eeaaef29e239517be128f19df35b351cf022
Signed-off-by: saul.gill <saul.gill@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 81ea0e26..a075baaf 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.2-SNAPSHOT +FROM onap/policy-jre-alpine:3.1.2 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.2-SNAPSHOT</version> + <version>4.1.2</version> <relativePath /> </parent> |