diff options
author | liamfallon <liam.fallon@est.tech> | 2022-09-01 16:02:31 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-09-01 16:58:55 +0100 |
commit | 439feb39d14ea9ce50f5da4f6f1fd3dd4b255b7c (patch) | |
tree | 166a0c0a0f0a7100738c3705d9da508e2a45a8f4 | |
parent | 6b1cce21dc4be12030df4753c5294f94be0dd596 (diff) |
update parent references in policy/docker pom2.4.410.0.1-PF-I1
updated the parent references in the policy/docker pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4333
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I7d9733097de5726e516dde9a9324a2727114ca90
Signed-off-by: liamfallon <liam.fallon@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 0fbbdb3c..8e716409 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-jdk-alpine:2.3.1 +FROM onap/policy-jdk-alpine:2.4.4 LABEL maintainer="Policy Team" @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.5.4-SNAPSHOT</version> + <version>3.5.4</version> <relativePath /> </parent> |