aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-11-14 16:52:31 +0100
committerliamfallon <liam.fallon@est.tech>2023-11-14 16:54:43 +0100
commit0a32da8957faea5b96de55b540f594dc6bf9bfba (patch)
treefcc104d9a23f3da69f44f65a087ea4b7c61b5200
parented4f9408acc0046f3af271c9f2526983b0642c63 (diff)
Set all cross references of policy/docker
policy/docker updated with correct cross references *** This commit is generated by a PF release script *** Issue-ID: POLICY-4854 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ifb234f8abb2cb43a563ebfcff4170a67fcf2a880 Signed-off-by: liamfallon <liam.fallon@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 baa108ab..16d5168f 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.3-SNAPSHOT
+FROM onap/policy-jre-alpine:3.1.0-SNAPSHOT
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy db-migrator"
diff --git a/pom.xml b/pom.xml
index 06c47143..a92a327c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>4.0.3-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath />
</parent>