aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2023-12-11 14:45:22 +0000
committersaul.gill <saul.gill@est.tech>2023-12-11 14:45:22 +0000
commitb7313f448f1081764e24593881f7eb04cb862f60 (patch)
tree03d8610e1bef255867a1942fca908032ada91f15
parentf4807a0ea972b27151322f99ac1fe41c9f13de07 (diff)
update references in policy/drools-pdp pom
updated references in the policy/drools-pdp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4907 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: I2de28f32c82344dabfd4f68773c0f40da1eee191
-rw-r--r--packages/docker/src/main/docker/Dockerfile2
-rw-r--r--pom.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/packages/docker/src/main/docker/Dockerfile b/packages/docker/src/main/docker/Dockerfile
index 0e62c2f4..36ba1d54 100644
--- a/packages/docker/src/main/docker/Dockerfile
+++ b/packages/docker/src/main/docker/Dockerfile
@@ -19,7 +19,7 @@
# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END=========================================================
#-------------------------------------------------------------------------------
-FROM onap/policy-jdk-alpine:3.1.0-SNAPSHOT
+FROM onap/policy-jdk-alpine:3.1.0
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy Drools PDP"
diff --git a/pom.xml b/pom.xml
index 652f511a..cd08d6c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>4.1.0-SNAPSHOT</version>
+ <version>4.1.0</version>
<relativePath />
</parent>
@@ -51,8 +51,8 @@
<json.path.version>2.8.0</json.path.version>
<hibernate.commons.annotations.version>6.0.6.Final</hibernate.commons.annotations.version>
<xml.apis.version>1.4.01</xml.apis.version>
- <policy.common.version>2.1.0-SNAPSHOT</policy.common.version>
- <policy.models.version>3.1.0-SNAPSHOT</policy.models.version>
+ <policy.common.version>2.1.0</policy.common.version>
+ <policy.models.version>3.1.0</policy.models.version>
</properties>
<modules>