diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-24 11:42:20 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-06-24 11:42:44 -0400 |
commit | 31dc2a90917a906a2f9d3f00edc07a576d434626 (patch) | |
tree | 655e965107676136e1d7a9b63601cd194bba5045 | |
parent | 99f86043892126d8aa88ce64f613391b72d366e2 (diff) |
Upgrade to release common and models
Released policy/common 1.5.0 and policy/models 2.1.0
Issue-ID: POLICY-1737
Change-Id: I03ada36e643af92ff68d9b36f9e36c8389c36e66
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,8 +62,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.5.0-SNAPSHOT</policy.common.version> - <policy.models.version>2.1.0-SNAPSHOT</policy.models.version> + <policy.common.version>1.5.0</policy.common.version> + <policy.models.version>2.1.0</policy.models.version> </properties> <modules> |