aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-12-15 12:39:50 +0000
committerliamfallon <liam.fallon@est.tech>2022-12-15 12:39:50 +0000
commit03a2c8a887a932f7be55bce2774e2a19b5805723 (patch)
tree82d72cc39cb71df2ec17a0b4b25b84680c7fe6c9
parent8cb284f3df8aa9b6b6f701fdc9c0c15b0dcc06cf (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-4484 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I5166e3b5244ad34b4d94cd2cb7bd9e0301e832cd
-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 d2fdade7..83184fc8 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:2.6.0-SNAPSHOT
+FROM onap/policy-jdk-alpine:2.6.0
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy Drools PDP"
diff --git a/pom.xml b/pom.xml
index bbcf46eb..00babba5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.7.0-SNAPSHOT</version>
+ <version>3.7.0</version>
<relativePath />
</parent>
@@ -51,8 +51,8 @@
<hibernate.core.version>5.4.28.Final</hibernate.core.version>
<hibernate.commons.annotations.version>5.1.2.Final</hibernate.commons.annotations.version>
<xml.apis.version>1.4.01</xml.apis.version>
- <policy.common.version>1.12.0-SNAPSHOT</policy.common.version>
- <policy.models.version>2.8.0-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.12.0</policy.common.version>
+ <policy.models.version>2.8.0</policy.models.version>
</properties>
<modules>