diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-09-08 13:26:23 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-09-08 13:26:23 -0500 |
commit | 1359616da6ad3da767ee077ae1d40849fbb1156a (patch) | |
tree | 7cafbf6078d9fd0b56f55ba585e94a73f78b9963 /pom.xml | |
parent | f2ea92bf5a3dcff1427f8e13574eba43555ae069 (diff) |
Update common and models to 1.7.1 and 2.3.1
Issue-ID: POLICY-2789
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I9ecd6b7d5cc741be5ed304d4a2a181f47c25a391
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,8 +51,8 @@ <hibernate.core.version>5.4.18.Final</hibernate.core.version> <hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version> <xml.apis.version>1.4.01</xml.apis.version> - <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> |