aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-09-22 23:22:23 +0100
committerliamfallon <liam.fallon@est.tech>2022-09-22 23:22:23 +0100
commit31d552bf17c031f915e237bf1f01df300e225249 (patch)
treea776fb03d0a28b53d749735d740de3f2d3507d5a /pom.xml
parentdf65ecc9e4ca7962b0a7b7fa395b06f8e1fbb170 (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-4343 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I031209a3d694330ca1654d88b732806ec241ad98
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 dfb80f03..2f526c42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0</version>
<relativePath />
</parent>
@@ -41,8 +41,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>1.11.0-SNAPSHOT</policy.common.version>
- <policy.models.version>2.7.0-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.11.0</policy.common.version>
+ <policy.models.version>2.7.0</policy.models.version>
<jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>