aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2024-02-16 13:07:10 +0000
committerwaynedunican <wayne.dunican@est.tech>2024-02-16 13:07:10 +0000
commitd27b63f51e8d76aea6e1d857321a327df690ea80 (patch)
treee5cf6413205d75a7ee79261afab20f136b20ff45
parentfbfc234895c48282e2e92b44c8c8b49745e81745 (diff)
update parent references in policy/docker pom3.1.1
updated the parent references in the policy/docker pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4932 Change-Id: I359399179bb1d59e48552b5010fa2032d49b8b15 Signed-off-by: waynedunican <wayne.dunican@est.tech>
-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 835f96f6..063dc5e2 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.1.1-SNAPSHOT
+FROM onap/policy-jre-alpine:3.1.1
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy db-migrator"
diff --git a/pom.xml b/pom.xml
index 7ea44264..158c8f8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>4.1.1</version>
<relativePath />
</parent>