diff options
author | saul.gill <saul.gill@est.tech> | 2023-12-11 14:45:22 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-12-11 14:45:22 +0000 |
commit | b7313f448f1081764e24593881f7eb04cb862f60 (patch) | |
tree | 03d8610e1bef255867a1942fca908032ada91f15 | |
parent | f4807a0ea972b27151322f99ac1fe41c9f13de07 (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/Dockerfile | 2 | ||||
-rw-r--r-- | pom.xml | 6 |
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" @@ -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> |