update parent references in policy/docker pom 26/132726/1 2.6.0
authorliamfallon <liam.fallon@est.tech>
Thu, 15 Dec 2022 09:58:00 +0000 (09:58 +0000)
committerliamfallon <liam.fallon@est.tech>
Thu, 15 Dec 2022 09:58:00 +0000 (09:58 +0000)
updated the parent references in the policy/docker pom

*** This commit is generated by a PF release script ***

Issue-ID: POLICY-4484
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ied0e7cb66a66220b4566a5a7f4d9f026f128a177

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

index 117bdab..fe7e3e9 100644 (file)
@@ -18,7 +18,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
-FROM onap/policy-jdk-alpine:2.6.0-SNAPSHOT
+FROM onap/policy-jdk-alpine:2.6.0
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy db-migrator"
diff --git a/pom.xml b/pom.xml
index 3a475a5..be3e94b 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.0-SNAPSHOT</version>
+        <version>3.7.0</version>
         <relativePath />
     </parent>