update parent references in policy/docker pom 97/134297/1 2.6.2
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Mon, 24 Apr 2023 13:51:17 +0000 (14:51 +0100)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Mon, 24 Apr 2023 13:51:17 +0000 (14:51 +0100)
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

policy-db-migrator/src/main/docker/Dockerfile
pom.xml

index 914fe8b..7f70175 100644 (file)
@@ -18,7 +18,7 @@
 # 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"
diff --git a/pom.xml b/pom.xml
index 5613534..f88bc69 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.7.2-SNAPSHOT</version>
+        <version>3.7.2</version>
         <relativePath />
     </parent>