aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-09-09 10:24:43 -0400
committerJim Hahn <jrh3@att.com>2020-09-09 10:34:16 -0400
commite1247746a473f9ad6823ec94ed09ad00ba6c1b0b (patch)
treea63eb47706c90857df74d49baa53b9e25af2779d
parenta79b198ea9dd67104f194b5e4989c0a7755464fc (diff)
Use released versions in xacml-pdp
Issue-ID: POLICY-2789 Change-Id: Ib708114ead0001e3c7be2d77f830d98f7bcba18c Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index edbb7f53..a631ce89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,8 +40,8 @@
<description>This code implements the XACML PDP engine</description>
<properties>
- <policy.common.version>1.7.1-SNAPSHOT</policy.common.version>
- <policy.models.version>2.3.1-SNAPSHOT</policy.models.version>
+ <policy.common.version>1.7.1</policy.common.version>
+ <policy.models.version>2.3.1</policy.models.version>
</properties>
<modules>