diff options
author | 2024-05-20 12:04:19 +0100 | |
---|---|---|
committer | 2024-05-20 12:04:19 +0100 | |
commit | 8fb19179f944eab3f63a737e761443d6951c958e (patch) | |
tree | 5d7b8e81cda96ba80f040c282f9c57ce4bc39c0b /pom.xml | |
parent | 56a3937b8518c789c9e94713dd5208cdf94469c2 (diff) |
Set all cross references of policy/xacml-pdp
policy/xacml-pdp updated with correct cross references
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4999
Change-Id: I3d26aeb5abe3a7275176edeae57ed991f2bfd810
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> @@ -41,8 +41,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <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> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> |