aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2023-11-14 16:52:46 +0100
committerliamfallon <liam.fallon@est.tech>2023-11-14 16:52:46 +0100
commit88db41fce63ae468889a4728376f69f5cef33450 (patch)
tree4a225a2e044e2f653909ded6c49fed1484f55ee8 /pom.xml
parent61f3b3c21a6a6d194aa3f4a7168d3727d79acc07 (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-4854 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I59213c0d94bba0ea2b98e1219813ec94a406947a
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 5c5dbfab..28c85a93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>4.0.3-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath />
</parent>
@@ -41,8 +41,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>2.0.3-SNAPSHOT</policy.common.version>
- <policy.models.version>3.0.3-SNAPSHOT</policy.models.version>
+ <policy.common.version>2.1.0-SNAPSHOT</policy.common.version>
+ <policy.models.version>3.1.0-SNAPSHOT</policy.models.version>
<jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>