updated the parent references in the policy/docker pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5377
Change-Id: I513fb693d4760b85cb53c0d90c74911268af8704
Signed-off-by: waynedunican <wayne.dunican@est.tech>
# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END=========================================================
#-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:4.2.0-SNAPSHOT
+FROM onap/policy-jre-alpine:4.2.0
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy db-migrator"
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>5.1.3-SNAPSHOT</version>
+ <version>5.2.0</version>
<relativePath />
</parent>