diff options
author | saul.gill <saul.gill@est.tech> | 2024-05-20 12:04:13 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-05-20 12:04:13 +0100 |
commit | 69a55833d9f66df1e822ca0255897833085721b0 (patch) | |
tree | 272fb4df6389c0040433cb6d1ec170fe601684c5 | |
parent | 14dfc976b018477ad4e63b53cc8cd27801b8bf06 (diff) |
Set all cross references of policy/drools-pdp
policy/drools-pdp updated with correct cross references
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4999
Change-Id: Ie1d51a23ef0587e90cdbff868d1e1d22e2283cd5
Signed-off-by: saul.gill <saul.gill@est.tech>
-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 fcd12754..1dc3c36d 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.4-SNAPSHOT +FROM onap/policy-jdk-alpine:4.0.0-SNAPSHOT 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.5-SNAPSHOT</version> + <version>5.0.0-SNAPSHOT</version> <relativePath /> </parent> @@ -51,8 +51,8 @@ <json.path.version>2.9.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.4-SNAPSHOT</policy.common.version> - <policy.models.version>3.1.4-SNAPSHOT</policy.models.version> + <policy.common.version>3.0.0-SNAPSHOT</policy.common.version> + <policy.models.version>4.0.0-SNAPSHOT</policy.models.version> </properties> <modules> |