aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2024-05-16 16:01:30 +0100
committerwaynedunican <wayne.dunican@est.tech>2024-05-16 16:01:30 +0100
commit1b66832060efc4876a4c5e61cb722249450bf2c1 (patch)
tree903af231f19fe4e2f14e56dceb8e7839bfb9970a /pom.xml
parent843a2cd9ffe5f225ca96a3fab14fa277a49ffad0 (diff)
update references in policy/xacml-pdp pom
updated references in the policy/xacml-pdp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-5001 Change-Id: I42ca7dd14d7fe08ced55edd925696c89a49cf1bc Signed-off-by: waynedunican <wayne.dunican@est.tech>
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 630ff0e6..2b7ba8c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>4.1.3-SNAPSHOT</version>
+ <version>4.1.4</version>
<relativePath />
</parent>
@@ -41,8 +41,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>2.1.3-SNAPSHOT</policy.common.version>
- <policy.models.version>3.1.3-SNAPSHOT</policy.models.version>
+ <policy.common.version>2.1.3</policy.common.version>
+ <policy.models.version>3.1.3</policy.models.version>
<jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>