diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-14 14:51:32 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-14 14:51:38 -0400 |
commit | aba7d9164af994d6740e5b1f3facaba91e510ce1 (patch) | |
tree | 14936f7a7284a2acf39e733194bfea8cf572c6aa | |
parent | de080f40b2e8821c13bb8a54339269248d2d5d17 (diff) |
Point to released common/models
Issue-ID: POLICY-2378
Change-Id: I363d097abb35cfdf1cbb703be31a78e2748b0334
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,8 +39,8 @@ <description>This code implements the XACML PDP engine</description> <properties> - <policy.common.version>1.6.4-SNAPSHOT</policy.common.version> - <policy.models.version>2.2.4-SNAPSHOT</policy.models.version> + <policy.common.version>1.6.4</policy.common.version> + <policy.models.version>2.2.4</policy.models.version> </properties> <modules> |