aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-11-25 11:41:17 +0000
committerliamfallon <liam.fallon@est.tech>2021-11-25 15:48:44 +0000
commitb86263f6e8bd46b1503f3b874dd6a4257929df2b (patch)
tree561907a2a37ab32d4fdf84bf73a3b55d8d584ab8 /pom.xml
parente5abde92087276d45abb638f89b37627a52b5ff5 (diff)
Update parent and common references
*** Release Phase 7: This commit is generated by a PF release script *** This is the seventh release phase, it updates parent, common and models references in policy/xacml-pdp. Issue-ID: POLICY-3827 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Id9163c2d99d260d94959fe4416f80d84ca77bc81 Signed-off-by: liamfallon <liam.fallon@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 1f206844..5f24fbc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.5.0</version>
<relativePath />
</parent>
@@ -41,8 +41,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>1.10.0-SNAPSHOT</policy.common.version>
- <policy.models.version>2.6.0-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.10.0</policy.common.version>
+ <policy.models.version>2.6.0</policy.models.version>
<jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>