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