diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-07-02 14:13:51 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2019-07-02 14:18:38 -0400 |
commit | f1d4f751519980c7683538b3530f9c3661093c6c (patch) | |
tree | 9586a3f1729e7ceaa86b7ebb8ababd6a9a5d50dc /pom.xml | |
parent | 55d77dd59e65a41da4ec6cce83703d4f66f7b370 (diff) |
Upgrade to common/models snapshot
Keep in step with these artifacts to avoid multiple versions
loading during runtime.
Issue-ID: POLICY-1737
Change-Id: I4f3c46ed7da969abf5d517e88a5221d10287c75e
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
@@ -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</policy.common.version> - <policy.models.version>2.1.0</policy.models.version> + <policy.common.version>1.5.1-SNAPSHOT</policy.common.version> + <policy.models.version>2.1.1-SNAPSHOT</policy.models.version> </properties> <modules> |