aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-07-12 11:00:57 +0000
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-07-12 11:00:57 +0000
commite3f35657ab5db1354481ef4264478ceee519e0a1 (patch)
treefeeaff4b3f1152561201e27fff20c338f1335ebc /pom.xml
parent0f0be68b0369ac3829663cc60bfe8b31fa38807d (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-5072 Change-Id: I562139afe62f3b4064ea0bc8f235cd004861513d Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@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 e0dbcc0d..7583a690 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0</version>
<relativePath />
</parent>
@@ -41,8 +41,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>3.0.0-SNAPSHOT</policy.common.version>
- <policy.models.version>4.0.0-SNAPSHOT</policy.models.version>
+ <policy.common.version>3.0.0</policy.common.version>
+ <policy.models.version>4.0.0</policy.models.version>
<jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>