diff options
author | Jim Hahn <jrh3@att.com> | 2020-09-09 10:24:43 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-09-09 10:34:16 -0400 |
commit | e1247746a473f9ad6823ec94ed09ad00ba6c1b0b (patch) | |
tree | a63eb47706c90857df74d49baa53b9e25af2779d | |
parent | a79b198ea9dd67104f194b5e4989c0a7755464fc (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.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |