diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-14 14:50:29 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-14 14:50:35 -0400 |
commit | b53649c85ada47bb89ec5968a1e68476c1bc1453 (patch) | |
tree | 8dd851d575ea7fe3494657b8928898cc2dedbd1b | |
parent | 730bf739a3788e6d99bd4b5116afba6c1b4527bb (diff) |
Point to released common/models
Issue-ID: POLICY-2378
Change-Id: Ic155fb6105da7776da984441b78bf3466723aee3
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,8 +40,8 @@ <description>Code that implements the Policy Administration Backend.</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> |