aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2024-04-25 10:20:02 +0100
committersaul.gill <saul.gill@est.tech>2024-04-25 10:20:02 +0100
commit92649fb0ba0c6e83dccd2a4d36e42b56ccc51ad7 (patch)
treeb458f083dc493f492a19004eed72a92eb49fe25b
parentb6d1d479556b6798d8dfb70aa87db4e247327113 (diff)
update parent references in policy/docker pom3.1.2
updated the parent references in the policy/docker pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4970 Change-Id: If862eeaaef29e239517be128f19df35b351cf022 Signed-off-by: saul.gill <saul.gill@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 81ea0e26..a075baaf 100644
--- a/policy-db-migrator/src/main/docker/Dockerfile
+++ b/policy-db-migrator/src/main/docker/Dockerfile
@@ -19,7 +19,7 @@
# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END=========================================================
#-------------------------------------------------------------------------------
-FROM onap/policy-jre-alpine:3.1.2-SNAPSHOT
+FROM onap/policy-jre-alpine:3.1.2
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy db-migrator"
diff --git a/pom.xml b/pom.xml
index 542eafe5..66931f0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>4.1.2-SNAPSHOT</version>
+ <version>4.1.2</version>
<relativePath />
</parent>