summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsaul.gill <saul.gill@est.tech>2023-02-28 15:42:19 +0000
committersaul.gill <saul.gill@est.tech>2023-02-28 15:42:21 +0000
commitc69b01e1f198d2bb32ac9a927aad0080bdbbdd3f (patch)
tree0db4f835ffe7f09ee195f0e22835728dc60fc423 /pom.xml
parentacfc48f09d52f9559f2d49591e82ff0eada21aa7 (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-4570 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: Ia435cc6c59fb6f728eb1bf1a383a4dfdaa6e9907
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 3d68b706..1ef9ca57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>3.7.1-SNAPSHOT</version>
+ <version>3.7.1</version>
<relativePath />
</parent>
@@ -41,8 +41,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>1.12.1-SNAPSHOT</policy.common.version>
- <policy.models.version>2.8.1-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.12.1</policy.common.version>
+ <policy.models.version>2.8.1</policy.models.version>
<jacoco.dataFile>${project.basedir}/target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
</properties>