diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-13 15:52:16 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-04-13 15:52:21 -0400 |
commit | cd59a05848e5acf63ede3287d36463469d121099 (patch) | |
tree | 1a6c445cc6b1b682f7a965c8bcb85dacd8de38d9 /pom.xml | |
parent | e4138fdec8485ae5d7cafdc93d23b76de869d843 (diff) |
Fix strings in naming policy
Issue-ID: POLICY-2486
Change-Id: I89b2bfd2ac00c407aa90c34e898e9701cca54925
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ <properties> <derby.version>10.13.1.1</derby.version> <javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version> - <policy.common.version>1.6.3</policy.common.version> + <policy.common.version>1.6.4-SNAPSHOT</policy.common.version> </properties> <modules> |