diff options
author | saul.gill <saul.gill@est.tech> | 2023-02-28 11:58:30 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-02-28 11:58:33 +0000 |
commit | 6dce3808bd195ba775f02cd4f529853873ab60b0 (patch) | |
tree | 1315fc92686d2fa8d3bc33bdf0131ab4faaa8814 | |
parent | 1f339f886d01c6d6ac5cfd6467850c61fee4f675 (diff) |
update parent references in policy/docker pom2.6.1
updated the parent references in the policy/docker pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4570
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I527246c9df1f9dcd34a1d2c31301e39650fdc598
-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 92f45585..8fd26808 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:2.6.1-SNAPSHOT +FROM onap/policy-jre-alpine:2.6.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>3.7.1-SNAPSHOT</version> + <version>3.7.1</version> <relativePath /> </parent> |