update parent references in policy/docker pom 09/136209/1
authorliamfallon <liam.fallon@est.tech>
Tue, 17 Oct 2023 16:41:41 +0000 (17:41 +0100)
committerliamfallon <liam.fallon@est.tech>
Tue, 17 Oct 2023 16:41:41 +0000 (17:41 +0100)
updated the parent references in the policy/docker pom

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

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

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

index 97f7a65..bc99ff8 100644 (file)
@@ -18,7 +18,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:3.0.1-SNAPSHOT
+FROM onap/policy-jre-alpine:3.0.1
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy db-migrator"
diff --git a/pom.xml b/pom.xml
index 090b58a..37f5ceb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>4.0.1-SNAPSHOT</version>
+        <version>4.0.1</version>
         <relativePath />
     </parent>