updated the parent references in the policy/docker pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5529
Change-Id: I0149b15d95c2f36a8799b505e749ddd6bf93cf7c
Signed-off-by: akenihan <adam.kenihan@est.tech>
# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END=========================================================
#-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:4.2.3-SNAPSHOT
+FROM onap/policy-jre-alpine:5.0.0
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy db-migrator"
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>6.0.0-SNAPSHOT</version>
+ <version>6.0.1</version>
<relativePath />
</parent>