diff options
author | liamfallon <liam.fallon@est.tech> | 2023-05-25 10:46:49 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-05-25 10:46:49 +0100 |
commit | 430e73f45e65f78f7d85a9c43cfe178886b5bfa6 (patch) | |
tree | 1da7f0303343b8e87d9f52bc608e7ee588deeba9 /pom.xml | |
parent | 24870c592838a637d42249ff850ebfef8161347a (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-4662
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I2430b7e8050be65b6e4bc9b3ff18b009a09f092c
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>3.7.3-SNAPSHOT</version> + <version>4.0.0-SNAPSHOT</version> <relativePath /> </parent> @@ -41,8 +41,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>1.12.3-SNAPSHOT</policy.common.version> - <policy.models.version>2.8.3-SNAPSHOT</policy.models.version> + <policy.common.version>2.0.0-SNAPSHOT</policy.common.version> + <policy.models.version>3.0.0-SNAPSHOT</policy.models.version> <jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile> </properties> |