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