aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-10-21 08:06:20 +0100
committerliamfallon <liam.fallon@est.tech>2022-10-21 08:06:20 +0100
commitc6653f549fc89d1f822878e6c24641d8ca8f9d4c (patch)
treeeaee7b820576a1b426ca38534bce33744c237075 /pom.xml
parentba8849bf2b20c3aecacfca2a5c614bb07dcfb0b9 (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-4408 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ibdfe6691f751bf435fdd796d4a2135d7f87b32dd
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 062c01b0..0d95c3b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.6.1-SNAPSHOT</version>
+ <version>3.6.1</version>
<relativePath />
</parent>
@@ -41,8 +41,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>1.11.1-SNAPSHOT</policy.common.version>
- <policy.models.version>2.7.1-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.11.1</policy.common.version>
+ <policy.models.version>2.7.1</policy.models.version>
<jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>