diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-13 14:18:37 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-13 15:56:00 -0400 |
commit | 730bf739a3788e6d99bd4b5116afba6c1b4527bb (patch) | |
tree | e9bb9930959366eb510db5553242b3e2864abf60 | |
parent | 7b4c276c06a5f28ef58b401c02d7762c7fbb69e2 (diff) |
Point to common/models string fix
FIx in naming policy and yaml coder
Issue-ID: POLICY-2486
Change-Id: I19f4cbabbed950d2bf9a4ac023020462bd41086b
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.3</policy.common.version> - <policy.models.version>2.2.3</policy.models.version> + <policy.common.version>1.6.4-SNAPSHOT</policy.common.version> + <policy.models.version>2.2.4-SNAPSHOT</policy.models.version> </properties> <modules> |