diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-14 14:51:58 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-14 14:52:04 -0400 |
commit | ee0851db7f6b0d5297bf93e2f50920db48a66fe9 (patch) | |
tree | 2f0ea6c62fd641cf5a88595b82a7b021729168db /pom.xml | |
parent | 0eebda49d2a552edd3f202bd5b50af923f123ace (diff) |
Point to released common/models
Issue-ID: POLICY-2378
Change-Id: Iba4bac51ab85ba14ac3c28d74b1fa99a49bd8480
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -52,8 +52,8 @@ <hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version> <commons.io.version>2.5</commons.io.version> <xml.apis.version>1.4.01</xml.apis.version> - <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> |