summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2023-04-25 09:47:45 +0100
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2023-04-25 09:47:45 +0100
commite3882103709ccb337a035f6c9dbc232925b32779 (patch)
tree02df92bd19042a14e4bd913ac223181d30057b37 /pom.xml
parente5b96659de057be812760e59d75564ce93447ca2 (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-4648 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: I2120f64f556b84c8a37a33408bd39a1654f9fafc
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 071674ff..7330047e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.7.2-SNAPSHOT</version>
+ <version>3.7.2</version>
<relativePath />
</parent>
@@ -41,8 +41,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>1.12.2-SNAPSHOT</policy.common.version>
- <policy.models.version>2.8.2-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.12.2</policy.common.version>
+ <policy.models.version>2.8.2</policy.models.version>
<jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>