diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-13 15:54:50 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-13 15:54:54 -0400 |
commit | fbef18cad9653b0307a849c58754bd7176ba448e (patch) | |
tree | b1812f8d118cd44de30464af9ac85dbd86b445a6 /pom.xml | |
parent | 2fa3f4c25a576d9e98d2a93ebe1b6063dae6b06a (diff) |
Point to models/common fixes
For the naming policy string fixes and fix in yaml coder
Issue-ID: POLICY-2486
Change-Id: Ic3cb88903ccdb07907f6907f1d9d0941c99fb690
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
@@ -41,8 +41,8 @@ <description>Code that define our external API.</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> |