update parent references in policy/docker pom 02/131602/1 2.5.1
authorliamfallon <liam.fallon@est.tech>
Thu, 20 Oct 2022 14:53:15 +0000 (15:53 +0100)
committerliamfallon <liam.fallon@est.tech>
Thu, 20 Oct 2022 14:53:15 +0000 (15:53 +0100)
updated the parent references in the policy/docker pom

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

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

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

index f125088..1ba6193 100644 (file)
@@ -18,7 +18,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
-FROM onap/policy-jdk-alpine:2.5.1-SNAPSHOT
+FROM onap/policy-jdk-alpine:2.5.1
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy db-migrator"
diff --git a/pom.xml b/pom.xml
index 80c922e..9cc2316 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.6.1-SNAPSHOT</version>
+        <version>3.6.1</version>
         <relativePath />
     </parent>