aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-10-17 17:41:41 +0100
committerliamfallon <liam.fallon@est.tech>2023-10-17 17:41:41 +0100
commit357169849ecdc2c10caeb66d02808db57e3a8a5e (patch)
treeb3e6f6015bfa0ef25b35aa5229a5d28d28ea32e2
parentf575f921ac75f48a9ab48bc64f48344dc84a15cd (diff)
update parent references in policy/docker pom
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
-rw-r--r--policy-db-migrator/src/main/docker/Dockerfile2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/policy-db-migrator/src/main/docker/Dockerfile b/policy-db-migrator/src/main/docker/Dockerfile
index 97f7a657..bc99ff88 100644
--- a/policy-db-migrator/src/main/docker/Dockerfile
+++ b/policy-db-migrator/src/main/docker/Dockerfile
@@ -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 090b58a4..37f5ceb3 100644
--- 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>