updated the parent references in the policy/docker pom
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5461
Change-Id: If74eba0911e0c7535350468b213be90fef13efe1
Signed-off-by: waynedunican <wayne.dunican@est.tech>
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:4.2.1-SNAPSHOT
+FROM onap/policy-jre-alpine:4.2.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.2.1-SNAPSHOT</version>
+        <version>5.2.1</version>
         <relativePath />
     </parent>