aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-09-22 14:34:34 +0100
committerLiam Fallon <liam.fallon@est.tech>2022-09-22 13:36:33 +0000
commit16b4c43e304b53b0fcfa7ee40247fb88c1ab27ac (patch)
tree1a83752832a6506da7e4205c17d476379d728035
parenta428e7043ba544adda4b15b557193079c4e57444 (diff)
update parent references in policy/docker pom2.5.0
updated the parent references in the policy/docker pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4343 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I50a42992090a865fc5f78249a2e2258b761ec35d
-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 d8a22a6b..1860b060 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-jdk-alpine:2.5.0-SNAPSHOT
+FROM onap/policy-jdk-alpine:2.5.0
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy db-migrator"
diff --git a/pom.xml b/pom.xml
index 23f0875b..e28b2400 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0</version>
<relativePath />
</parent>